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

Unified Diff: app/active_window_watcher_x.h

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (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 | base/linux_util.cc » ('j') | chrome/browser/chromeos/gview_request_interceptor.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 e54ee3c2de03665940127c3cdf78151836f4a876..4a89686e64eff9f0c0c98ece48610bb3837680f0 100644
--- a/app/active_window_watcher_x.h
+++ b/app/active_window_watcher_x.h
@@ -26,6 +26,8 @@ class ActiveWindowWatcherX {
virtual ~Observer() {}
};
+ static ActiveWindowWatcherX* GetInstance();
+
static void AddObserver(Observer* observer);
static void RemoveObserver(Observer* observer);
@@ -35,8 +37,6 @@ class ActiveWindowWatcherX {
ActiveWindowWatcherX();
~ActiveWindowWatcherX();
- static ActiveWindowWatcherX* GetInstance();
-
void Init();
// Sends a notification out through the NotificationService that the active
« no previous file with comments | « no previous file | base/linux_util.cc » ('j') | chrome/browser/chromeos/gview_request_interceptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698