summaryrefslogtreecommitdiff
path: root/chromium/components/sync_sessions/synced_window_delegate.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:20:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:28:57 +0000
commitd17ea114e5ef69ad5d5d7413280a13e6428098aa (patch)
tree2c01a75df69f30d27b1432467cfe7c1467a498da /chromium/components/sync_sessions/synced_window_delegate.h
parent8c5c43c7b138c9b4b0bf56d946e61d3bbc111bec (diff)
downloadqtwebengine-chromium-d17ea114e5ef69ad5d5d7413280a13e6428098aa.tar.gz
BASELINE: Update Chromium to 67.0.3396.47
Change-Id: Idcb1341782e417561a2473eeecc82642dafda5b7 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium/components/sync_sessions/synced_window_delegate.h')
-rw-r--r--chromium/components/sync_sessions/synced_window_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/sync_sessions/synced_window_delegate.h b/chromium/components/sync_sessions/synced_window_delegate.h
index af99cacf0fc..28d2d6f5229 100644
--- a/chromium/components/sync_sessions/synced_window_delegate.h
+++ b/chromium/components/sync_sessions/synced_window_delegate.h
@@ -25,7 +25,7 @@ class SyncedWindowDelegate {
virtual bool HasWindow() const = 0;
// see Browser::session_id
- virtual SessionID::id_type GetSessionId() const = 0;
+ virtual SessionID GetSessionId() const = 0;
// see Browser::tab_count
virtual int GetTabCount() const = 0;
@@ -51,7 +51,7 @@ class SyncedWindowDelegate {
virtual SyncedTabDelegate* GetTabAt(int index) const = 0;
// Return the tab id for the tab at |index|.
- virtual SessionID::id_type GetTabIdAt(int index) const = 0;
+ virtual SessionID GetTabIdAt(int index) const = 0;
// Return true if we are currently restoring sessions asynchronously.
virtual bool IsSessionRestoreInProgress() const = 0;