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

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, 2 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: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 51c912b6b36e3a457a0b256514999265ad5b718a..6ab3941ce725c23fcff0e1c3754d3692287b2e24 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();
}

Powered by Google App Engine
This is Rietveld 408576698