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

Unified Diff: chrome/common/pref_names.cc

Issue 418043: Remove --enable-user-script and associated tests. (Closed)
Patch Set: Created 11 years, 1 month 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/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a66aa9ac10a87e1e75b549fa7bbb12c3353d47e4..57ef945d8aedef63f49d2d0ab13df776fc6e6118 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -536,9 +536,8 @@ const wchar_t kNumFoldersInOtherBookmarkFolder[] =
// Number of keywords.
const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords";
-// Whether Extensions or User Scripts are enabled.
+// Whether Extensions are enabled.
const wchar_t kDisableExtensions[] = L"extensions.disabled";
-const wchar_t kEnableUserScripts[] = L"extensions.user_scripts_enabled";
// Boolean which specifies whether the Extension Shelf is visible on all tabs.
const wchar_t kShowExtensionShelf[] = L"extensions.shelf.show_on_all_tabs";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698