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

Unified Diff: chrome/browser/sync/glue/synced_window_delegates_getter_android.h

Issue 2712743006: Reland v5 of Sessions Refactor (Closed)
Patch Set: Self review and fix compile Created 3 years, 10 months 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
Index: chrome/browser/sync/glue/synced_window_delegates_getter_android.h
diff --git a/chrome/browser/sync/glue/synced_window_delegates_getter_android.h b/chrome/browser/sync/glue/synced_window_delegates_getter_android.h
index 73f0dcb1dcaddef2dd4e8ae68754a342ec6d996e..74b5ca1ac882a5a3e9d12675503f2f7a64d903d6 100644
--- a/chrome/browser/sync/glue/synced_window_delegates_getter_android.h
+++ b/chrome/browser/sync/glue/synced_window_delegates_getter_android.h
@@ -24,8 +24,7 @@ class SyncedWindowDelegatesGetterAndroid
~SyncedWindowDelegatesGetterAndroid() override;
// SyncedWindowDelegatesGetter implementation
- std::set<const sync_sessions::SyncedWindowDelegate*>
- GetSyncedWindowDelegates() override;
+ SyncedWindowDelegateMap GetSyncedWindowDelegates() override;
const sync_sessions::SyncedWindowDelegate* FindById(
SessionID::id_type id) override;

Powered by Google App Engine
This is Rietveld 408576698