 Chromium Code Reviews
 Chromium Code Reviews Issue 256003003:
  Enable Automatic Passwords Saving  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 256003003:
  Enable Automatic Passwords Saving  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/autofill/core/common/autofill_switches.h | 
| diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h | 
| index 9cab817ae86c91aeabcb2c9460c57309778ab390..661f4687cde8821e24ea7aae5fcce854ef69c0f0 100644 | 
| --- a/components/autofill/core/common/autofill_switches.h | 
| +++ b/components/autofill/core/common/autofill_switches.h | 
| @@ -13,6 +13,7 @@ namespace switches { | 
| extern const char kDisableIgnoreAutocompleteOff[]; | 
| extern const char kDisablePasswordGeneration[]; | 
| extern const char kEnablePasswordGeneration[]; | 
| +extern const char kEnableAutomaticPasswordsSaving[]; | 
| 
vabr (Chromium)
2014/04/28 09:13:14
I think this (and the corresponding part in *.cc)
 
rchtara
2014/04/28 11:28:29
Done.
 | 
| extern const char kLocalHeuristicsOnlyForPasswordGeneration[]; | 
| extern const char kShowAutofillTypePredictions[]; | 
| extern const char kWalletSecureServiceUrl[]; |