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

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: rebase update 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 4cf2d13289842e3bd114da58f5f3d7a06bd6d604..5e8a2b3fa4538798a6f204e5984048587fdc03f8 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_SUBRESOURCE_FILTER, 32},
{CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER_DATA, 33},
+ {CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION, 34},
};
int ContentSettingTypeToHistogramValue(ContentSettingsType content_setting,

Powered by Google App Engine
This is Rietveld 408576698