| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 24611b8da022838d720025cee9e069679d5838f8..06c120b35523177cc41f1630063f576dfe299d48 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -589,6 +589,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.
|
|
|