| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e3010c13a28273ae1ef00ed9c445252ee7a20d27..703ae673090a3f1f67133da49329b1b8d727e0d1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1071,6 +1071,10 @@ const char kProfilingFlush[] = "profiling-flush";
|
| // Specifies a custom URL for fetching NTP promo data.
|
| const char kPromoServerURL[] = "promo-server-url";
|
|
|
| +// Should we prompt the user before allowing external extensions to install?
|
| +// Default is yes.
|
| +const char kPromptForExternalExtensions[] = "prompt-for-external-extensions";
|
| +
|
| // Enables the Protector feature.
|
| const char kProtector[] = "protector";
|
|
|
|
|