diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:51:21 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 19:51:21 +0000 |
commit | 21674df8085ee01ca91bbd4fe41ee1ea240a0cda (patch) | |
tree | 39462aa48bef10131eb36c22b38e9566336438f2 /chrome/common/chrome_switches.h | |
parent | 8b160034c47761a7cefd93019d0c45b9f7911be7 (diff) | |
download | chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.zip chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.tar.gz chromium_src-21674df8085ee01ca91bbd4fe41ee1ea240a0cda.tar.bz2 |
Add initial implementation of AutoFill++. This implementation is hidden behind a switch, --enable-new-autofill. So far, we only pop up an infobar asking the user if he'd like to save the form information. I've added a rudimentary icon for the infobar, pulled from the mocks, so we'll probably want a blessed version of this icon at some point.
BUG=18201
TEST=none
Review URL: http://codereview.chromium.org/339030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 8ee5088..b946241 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -200,6 +200,8 @@ extern const char kGearsPluginPathOverride[]; // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in // alphabetical order, or in one of the ifdefs (also in order in each section). +extern const char kEnableNewAutoFill[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |