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

Unified Diff: chrome/common/pref_names.h

Issue 6875001: Hide Flash storage settings link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 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
« no previous file with comments | « chrome/browser/ui/webui/settings_browsertest.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3608cd291d4fd7b8d03cf68fbca53bbd39280c28..4fc1e893642e9599a7485a9e039c0a3382ff1369 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -172,7 +172,6 @@ extern const char kDeleteCache[];
extern const char kDeleteCookies[];
extern const char kDeletePasswords[];
extern const char kDeleteFormData[];
-extern const char kClearPluginLSODataEnabled[];
extern const char kEnableSpellCheck[];
extern const char kEnabledLabsExperiments[];
extern const char kEnableAutoSpellCorrect[];
@@ -464,6 +463,8 @@ extern const char kSignedSettingsTempStorage[];
extern const char kHardwareKeyboardLayout[];
#endif
+extern const char kClearPluginLSODataEnabled[];
+
extern const char kRegisteredBackgroundContents[];
extern const char kAuthSchemes[];
« no previous file with comments | « chrome/browser/ui/webui/settings_browsertest.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698