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

Unified Diff: chrome/common/pref_names.h

Issue 10222017: Make password generation switched by a preference in chrome settings rather than a command line fla… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make password generation checkbox hidden by the command flag. Created 8 years, 8 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index a533627403845750dacd39692b00ee38cb1da7d7..1f34e6ac86ca429ba5a33ae06d8a6eccbd936794 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -340,6 +340,8 @@ extern const char kProfileName[];
extern const char kInvertNotificationShown[];
+extern const char kPasswordGenerationEnabled[];
Ilya Sherman 2012/05/01 22:27:48 nit: Please add this at line 121 (and in the corre
zysxqn 2012/05/03 00:57:24 Done.
+
// Local state prefs. Please add Profile prefs above instead.
extern const char kCertRevocationCheckingEnabled[];
extern const char kSSL3Enabled[];

Powered by Google App Engine
This is Rietveld 408576698