diff options
author | Vasilii Sukhanov <vasilii@chromium.org> | 2014-11-14 14:00:04 +0100 |
---|---|---|
committer | Vasilii Sukhanov <vasilii@chromium.org> | 2014-11-14 13:01:24 +0000 |
commit | 1fa6c42cee1471df2a3f3e383472267f3819497a (patch) | |
tree | c3623a7766603b03322b6048079eb479bda49a99 /chrome/common/pref_names.h | |
parent | 120be7f3973f4acce516a993caf7d3ae74bc6ca7 (diff) | |
download | chromium_src-1fa6c42cee1471df2a3f3e383472267f3819497a.zip chromium_src-1fa6c42cee1471df2a3f3e383472267f3819497a.tar.gz chromium_src-1fa6c42cee1471df2a3f3e383472267f3819497a.tar.bz2 |
Finch experiment for limiting the password bubble annoyance.
BUG=431739
TBR=battre@chromium.org,vabr@chromium.org
Review URL: https://codereview.chromium.org/711043002
Cr-Commit-Position: refs/heads/master@{#303630}
(cherry picked from commit 4d7cdf425d0b57f4c2a766433f5ffdc3cedd909f)
Review URL: https://codereview.chromium.org/731473003
Cr-Commit-Position: refs/branch-heads/2214@{#41}
Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
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_ |