Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: components/sync_sessions/sessions_sync_manager.h

Issue 2578293002: Foreign tab suggestions should update when disabling sync or signing out. (Closed)
Patch Set: Fixed more spelling errors. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_sessions/open_tabs_ui_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/sessions_sync_manager.h
diff --git a/components/sync_sessions/sessions_sync_manager.h b/components/sync_sessions/sessions_sync_manager.h
index 5f2b59813f78e32d7040c1b8fb96ece9e60aa36c..66ec40e916f647a8cad52819b28a39cc8fb15bbb 100644
--- a/components/sync_sessions/sessions_sync_manager.h
+++ b/components/sync_sessions/sessions_sync_manager.h
@@ -90,7 +90,7 @@ class SessionsSyncManager : public syncer::SyncableService,
const std::string& tag,
std::vector<const sessions::SessionWindow*>* windows) override;
bool GetForeignTab(const std::string& tag,
- const SessionID::id_type tab_id,
+ SessionID::id_type tab_id,
const sessions::SessionTab** tab) override;
bool GetForeignSessionTabs(
const std::string& tag,
« no previous file with comments | « components/sync_sessions/open_tabs_ui_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698