| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4b600e20fcfedca48b11da36bda09bc2e3f73e7c..b78f59ecf04713c1eff4fa4dc7fce4aa82c0eb15 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1091,6 +1091,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";
|
|
|
|
|