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

Unified Diff: ash/monitor/monitor_controller.h

Issue 9837046: Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-aft… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/monitor/monitor_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/monitor/monitor_controller.h
diff --git a/ash/monitor/monitor_controller.h b/ash/monitor/monitor_controller.h
index 52df5f7626c9401efd474e758545daa1785a5968..bfbd5680392db63b27eb48c5c573380691dc6ca8 100644
--- a/ash/monitor/monitor_controller.h
+++ b/ash/monitor/monitor_controller.h
@@ -28,6 +28,8 @@ class MonitorController : public aura::MonitorObserver {
// aura::MonitorObserver overrides:
virtual void OnMonitorBoundsChanged(const aura::Monitor* monitor) OVERRIDE;
+ virtual void OnMonitorAdded(aura::Monitor* monitor) OVERRIDE;
+ virtual void OnMonitorRemoved(const aura::Monitor* monitor) OVERRIDE;
private:
void Init();
« no previous file with comments | « ash/ash.gyp ('k') | ash/monitor/monitor_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698