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

Unified Diff: ash/shell.h

Issue 693643004: Make UserActivityDetector a singleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash45
Patch Set: Created 6 years, 1 month 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 | « ash/display/display_change_observer_chromeos.cc ('k') | ash/system/chromeos/power/power_event_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 6f17e05c71878cf3c7d7a8d8aa7ac31ec1eeb392..33c0e78667c32f10070087211cdbcd0d8c933ead 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -368,9 +368,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
MruWindowTracker* mru_window_tracker() {
return mru_window_tracker_.get();
}
- ::wm::UserActivityDetector* user_activity_detector() {
- return user_activity_detector_.get();
- }
VideoDetector* video_detector() {
return video_detector_.get();
}
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | ash/system/chromeos/power/power_event_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698