diff options
author | vasilii <vasilii@chromium.org> | 2014-11-11 04:29:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-11 12:30:07 +0000 |
commit | 4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f (patch) | |
tree | be6923ccb7fcd77a63d376fef9e7108f1f4b48fd /chrome/common/pref_names.h | |
parent | 3b0e841aa8b7d5ca5999f4340b8fa6f73305d3d2 (diff) | |
download | chromium_src-4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f.zip chromium_src-4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f.tar.gz chromium_src-4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f.tar.bz2 |
Finch experiment for limiting the password bubble annoyance.
BUG=431739
TBR=battre@chromium.org
Review URL: https://codereview.chromium.org/711043002
Cr-Commit-Position: refs/heads/master@{#303630}
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 01a0089..214a3b5 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -805,6 +805,10 @@ extern const char kBrowserAddPersonEnabled[]; extern const char kEasyUnlockHardlockState[]; +extern const char kPasswordBubbleTimeStamp[]; +extern const char kPasswordBubbleNopesCount[]; +extern const char kPasswordBubbleLastInteractions[]; + } // namespace prefs #endif // CHROME_COMMON_PREF_NAMES_H_ |