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

Unified Diff: ash/display/multi_display_manager.h

Issue 10909043: Cancel drag if display configuration changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix, adjust test screen size Created 8 years, 3 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/display/multi_display_manager.h
diff --git a/ash/display/multi_display_manager.h b/ash/display/multi_display_manager.h
index 61e1163d9b2e7ff9e446e5bf8de3e55fb85d2e8c..85f2f2b2fa9c11255fcf7dfba73a98ef34db9e33 100644
--- a/ash/display/multi_display_manager.h
+++ b/ash/display/multi_display_manager.h
@@ -38,7 +38,6 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager,
// Used to emulate display change when run in a desktop environment instead
// of on a device.
- static void AddRemoveDisplay();
static void CycleDisplay();
static void ToggleDisplayScale();
@@ -76,7 +75,6 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager,
typedef std::vector<gfx::Display> Displays;
void Init();
- void AddRemoveDisplayImpl();
void CycleDisplayImpl();
void ScaleDisplayImpl();
gfx::Display& FindDisplayForRootWindow(const aura::RootWindow* root);

Powered by Google App Engine
This is Rietveld 408576698