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

Unified Diff: chrome/browser/sync/glue/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/sync/glue/synced_window_delegate.h
diff --git a/chrome/browser/sync/glue/synced_window_delegate.h b/chrome/browser/sync/glue/synced_window_delegate.h
index b33d44d1b045d8e5770323f853492a88454359ba..cc86abe00e1e534e8a7583c99838139040372138 100644
--- a/chrome/browser/sync/glue/synced_window_delegate.h
+++ b/chrome/browser/sync/glue/synced_window_delegate.h
@@ -17,14 +17,6 @@ class SyncedTabDelegate;
// directly on Browser and BrowserList.
class SyncedWindowDelegate {
public:
- // Methods originating from WindowList
-
- // Returns all SyncedWindowDelegate instances.
- static std::set<const SyncedWindowDelegate*> GetAll();
-
- // Find a SyncedWindowDelegate given its window's id.
- static const SyncedWindowDelegate* FindById(SessionID::id_type id);
-
// Methods originating from Browser.
// Returns true iff this browser has a visible window representation
« no previous file with comments | « chrome/browser/sync/glue/synced_tab_delegate_desktop.cc ('k') | chrome/browser/sync/glue/synced_window_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698