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

Unified Diff: chrome/browser/chromeos/preferences.h

Issue 10836046: Allow offset for secondary display position in chrome://settings/display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/preferences.h
diff --git a/chrome/browser/chromeos/preferences.h b/chrome/browser/chromeos/preferences.h
index 94b7e8276c11291578e0a3cc04c4b33a61a8e891..f5e7f14ab90f7bdf1995df1494b4a3e6a486493f 100644
--- a/chrome/browser/chromeos/preferences.h
+++ b/chrome/browser/chromeos/preferences.h
@@ -145,6 +145,7 @@ class Preferences : public content::NotificationObserver {
BooleanPrefMember enable_screen_lock_;
IntegerPrefMember secondary_display_layout_;
+ IntegerPrefMember secondary_display_offset_;
BooleanPrefMember enable_drm_;

Powered by Google App Engine
This is Rietveld 408576698