| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 25203)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -534,7 +534,7 @@
|
| const wchar_t kNumKeywords[] = L"user_experience_metrics.num_keywords";
|
|
|
| // Whether Extensions or User Scripts are enabled.
|
| -const wchar_t kDisableExtensions[] = L"extensions.disabled";
|
| +const wchar_t kEnableExtensions[] = L"extensions.enabled";
|
| const wchar_t kEnableUserScripts[] = L"extensions.user_scripts_enabled";
|
|
|
| // Boolean which specifies whether the Extension Shelf is visible on all tabs.
|
|
|