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

Unified Diff: chrome/browser/chromeos/display/display_preferences.h

Issue 12505005: Store rotation/ui scale to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/chromeos/display/display_preferences.h
diff --git a/chrome/browser/chromeos/display/display_preferences.h b/chrome/browser/chromeos/display/display_preferences.h
index a29845ccfa89d2b045acf4ae21cfcfc27bd2d740..4561d1be0ae675181bb3d9f0e78cf1cb4f031533 100644
--- a/chrome/browser/chromeos/display/display_preferences.h
+++ b/chrome/browser/chromeos/display/display_preferences.h
@@ -31,14 +31,8 @@ void StoreDisplayPrefs();
// Sets the display layout for the current displays and default.
void SetCurrentAndDefaultDisplayLayout(const ash::DisplayLayout& layout);
-// Sets and saves the overscan preference for the specified |display| to Local
-// State.
-void SetAndStoreDisplayOverscan(const gfx::Display& display,
- const gfx::Insets& insets);
-
-// Checks the current display settings in Local State and notifies them to the
-// system.
-void NotifyDisplayLocalStatePrefChanged();
+// Load display preferences from Local Store.
+void LoadDisplayPreferences();
// Stores the display layout for given display pairs.
void StoreDisplayLayoutPrefForTest(int64 id1,

Powered by Google App Engine
This is Rietveld 408576698