| 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();
|
| }
|
|
|