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

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

Issue 2419413002: Deleted CONTENT_SETTINGS_TYPE_FULLSCREEN and MOUSELOCK. (Closed)
Patch Set: Rebase (a lot of this was already landed). Created 4 years, 1 month 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 3a245e0133f30b2e51c681270405ab5d931cb013..a3f9bb01f828a9661428b0b1d0bef5f0ae46c26e 100644
--- a/components/content_settings/core/common/content_settings.cc
+++ b/components/content_settings/core/common/content_settings.cc
@@ -31,8 +31,6 @@ ContentSettingsType kHistogramOrder[] = {
CONTENT_SETTINGS_TYPE_GEOLOCATION,
CONTENT_SETTINGS_TYPE_NOTIFICATIONS,
CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE,
- CONTENT_SETTINGS_TYPE_FULLSCREEN,
- CONTENT_SETTINGS_TYPE_MOUSELOCK,
raymes 2016/11/06 23:50:12 Please replace these with CONTENT_SETTINGS_TYPE_DE
Matt Giuca 2016/11/07 00:38:48 Done. Sorry I didn't spot this.
CONTENT_SETTINGS_TYPE_MIXEDSCRIPT,
CONTENT_SETTINGS_TYPE_DEFAULT, // MEDIASTREAM (removed).
CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC,

Powered by Google App Engine
This is Rietveld 408576698