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

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

Issue 3532010: Add a pref checkbox to enable/disable screen lock for ChromeOs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: firx chromeos trybot 2, set expectations Created 10 years, 2 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 2226a3a8b42c1887a0b565346b5030cdc33ed696..92699150b9137b4544076e0f027c184f99d0fba3 100644
--- a/chrome/browser/chromeos/preferences.h
+++ b/chrome/browser/chromeos/preferences.h
@@ -129,6 +129,8 @@ class Preferences : public NotificationObserver {
// Labs preferences.
IntegerPrefMember labs_talk_enabled_;
+ BooleanPrefMember enable_screen_lock_;
+
DISALLOW_COPY_AND_ASSIGN(Preferences);
};
« no previous file with comments | « chrome/browser/chromeos/dom_ui/cros_personal_options_handler.cc ('k') | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698