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

Unified Diff: components/content_settings/core/common/content_settings.cc

Issue 2911293003: Reland: Cache protected password entry and password on focus ping separately. (Closed)
Patch Set: Fix Crashes by Using GetDictionaryWithoutPathExpansion 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: components/content_settings/core/common/content_settings.cc
diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc
index 2333fe25072d1c4ea4680019d0bb961b10c3910f..4bee639d58c4ec76e828b0e741793b3c598691ed 100644
--- a/components/content_settings/core/common/content_settings.cc
+++ b/components/content_settings/core/common/content_settings.cc
@@ -57,6 +57,7 @@ HistogramValue kHistogramValue[] = {
{CONTENT_SETTINGS_TYPE_PERMISSION_AUTOBLOCKER_DATA, 31},
{CONTENT_SETTINGS_TYPE_ADS, 32},
{CONTENT_SETTINGS_TYPE_ADS_DATA, 33},
+ {CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION, 34},
};
int ContentSettingTypeToHistogramValue(ContentSettingsType content_setting,

Powered by Google App Engine
This is Rietveld 408576698