Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Unified Diff: chrome/browser/profiles/profile_statistics_common.cc

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: change to SetBooleanWithoutPathExpansion Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_statistics_common.cc
diff --git a/chrome/browser/profiles/profile_statistics_common.cc b/chrome/browser/profiles/profile_statistics_common.cc
index 8eeca9b5f44a36ab2745b41ce934f3a7c3837ef2..9cb295f3852bf38f0b2d47c2c88465e13f2653dd 100644
--- a/chrome/browser/profiles/profile_statistics_common.cc
+++ b/chrome/browser/profiles/profile_statistics_common.cc
@@ -8,10 +8,10 @@ namespace profiles {
const char kProfileStatisticsBrowsingHistory[] = "BrowsingHistory";
const char kProfileStatisticsPasswords[] = "Passwords";
const char kProfileStatisticsBookmarks[] = "Bookmarks";
-const char kProfileStatisticsSettings[] = "Settings";
+const char kProfileStatisticsAutofill[] = "Autofill";
const std::array<const char*, 4> kProfileStatisticsCategories = {
{kProfileStatisticsBrowsingHistory, kProfileStatisticsPasswords,
- kProfileStatisticsBookmarks, kProfileStatisticsSettings}};
+ kProfileStatisticsBookmarks, kProfileStatisticsAutofill}};
} // namespace profiles
« no previous file with comments | « chrome/browser/profiles/profile_statistics_common.h ('k') | chrome/browser/profiles/profile_statistics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698