summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authormsramek <msramek@chromium.org>2015-08-13 12:22:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-13 19:23:01 +0000
commita3e5f5f683aafbad37f1ef3e203d727509ccd526 (patch)
treeec7522f22e376bb2a3031b056fcecc23b38e649a /chrome/chrome_tests.gypi
parent18e765a7caeaa9951a3fa0a5f9718f6ea75226f4 (diff)
downloadchromium_src-a3e5f5f683aafbad37f1ef3e203d727509ccd526.zip
chromium_src-a3e5f5f683aafbad37f1ef3e203d727509ccd526.tar.gz
chromium_src-a3e5f5f683aafbad37f1ef3e203d727509ccd526.tar.bz2
Add a passwords counter to the Clear Browsing Data dialog.
The counting is restarted whenever the deletion preference or the contents of the password store change. This CL also contains some polishing of the parent BrowsingDataCounter class. BUG=510028 Review URL: https://codereview.chromium.org/1275593002 Cr-Commit-Position: refs/heads/master@{#343254}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 39c28d6..be2c0f3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -79,6 +79,7 @@
'browser/browsing_data/browsing_data_remover_browsertest.cc',
'browser/browsing_data/browsing_data_remover_test_util.cc',
'browser/browsing_data/browsing_data_remover_test_util.h',
+ 'browser/browsing_data/passwords_counter_browsertest.cc',
'browser/chrome_content_browser_client_browsertest.cc',
'browser/chrome_main_browsertest.cc',
'browser/chrome_plugin_browsertest.cc',