| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index aacd144081185b5e7ec7fc5db9fab84c9109963b..c156e9a00cff4ef5c66457e8eabe3bdcaf72c174 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -573,6 +573,9 @@ const char kExtensionProcess[] = "extension-process";
|
| // Frequency in seconds for Extensions auto-update.
|
| const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
|
|
| +// Should we use an external autofill popup? Default is no.
|
| +const char kExternalAutofillPopup[] = "external-autofill-popup";
|
| +
|
| // These two flags are added around the switches about:flags adds to the
|
| // command line. This is useful to see which switches were added by about:flags
|
| // on about:version. They don't have any effect.
|
|
|