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

Unified Diff: chrome/browser/ui/sync/browser_synced_window_delegate.h

Issue 1310373009: [Sync] Remove static methods on SyncedWindowDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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/ui/sync/browser_synced_window_delegate.h
diff --git a/chrome/browser/ui/sync/browser_synced_window_delegate.h b/chrome/browser/ui/sync/browser_synced_window_delegate.h
index 76772e12316d5ab896e3d553303fadc867a32740..2d266ba06b928d1050b2c5f1f83badefc2b33f35 100644
--- a/chrome/browser/ui/sync/browser_synced_window_delegate.h
+++ b/chrome/browser/ui/sync/browser_synced_window_delegate.h
@@ -22,15 +22,6 @@ class BrowserSyncedWindowDelegate : public browser_sync::SyncedWindowDelegate {
explicit BrowserSyncedWindowDelegate(Browser* browser);
~BrowserSyncedWindowDelegate() override;
- // Add all BrowserSyncedWindowDelegate instances to the output set.
- static void GetAllHelper(
- std::set<const browser_sync::SyncedWindowDelegate*>* delegates);
-
- // Find the SyncedWindowDelegate for a particular browser window id. Note
- // that this only considers Browser windows (AppWindow are not considered).
- static const browser_sync::SyncedWindowDelegate* FindByIdHelper(
- SessionID::id_type id);
-
// SyncedWindowDelegate:
bool HasWindow() const override;
SessionID::id_type GetSessionId() const override;

Powered by Google App Engine
This is Rietveld 408576698