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

Unified Diff: ash/test/ash_test_base.h

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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/shell_observer.h ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 559b3705aa462909c536f0ffa16090c8a38984eb..e26d2c326edb6f2ad2b75c7639fd60cd88f8e75c 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -36,16 +36,16 @@ class AshTestBase : public testing::Test {
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
- // Change the primary monitor's configuration to use |bounds|
+ // Change the primary display's configuration to use |bounds|
// and |scale|.
- void ChangeMonitorConfig(float scale, const gfx::Rect& bounds);
+ void ChangeDisplayConfig(float scale, const gfx::Rect& bounds);
// Update the display configuration as given in |display_specs|. The
// format of |display_spec| is a list of comma separated spec for
// each displays. Please refer to the comment in
- // | aura::MonitorManager::CreateMonitorFromSpec| for the format of
+ // | aura::DisplayManager::CreateDisplayFromSpec| for the format of
// the display spec.
- void UpdateMonitor(const std::string& display_specs);
+ void UpdateDisplay(const std::string& display_specs);
protected:
void RunAllPendingInMessageLoop();
« no previous file with comments | « ash/shell_observer.h ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698