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

Unified Diff: app/active_window_watcher_x.h

Issue 5527004: Access singletons with a new GetInstance() method instead of Singleton<T>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 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 | « no previous file | app/active_window_watcher_x.cc » ('j') | base/logging_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/active_window_watcher_x.h
diff --git a/app/active_window_watcher_x.h b/app/active_window_watcher_x.h
index e93ea1ce38a1407c1e2accfa33533c49f9475667..9f8b3b3e77adce21bad0d1673ea93c2ecae8f80a 100644
--- a/app/active_window_watcher_x.h
+++ b/app/active_window_watcher_x.h
@@ -28,6 +28,7 @@ class ActiveWindowWatcherX {
static void AddObserver(Observer* observer);
static void RemoveObserver(Observer* observer);
+ static ActiveWindowWatcherX* GetInstance();
M-A Ruel 2010/12/03 21:06:07 I don't think this class is necessary.
Satish 2010/12/04 23:00:40 Removed
private:
friend struct DefaultSingletonTraits<ActiveWindowWatcherX>;
« no previous file with comments | « no previous file | app/active_window_watcher_x.cc » ('j') | base/logging_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698