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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_behavior.js

Issue 1982113002: MD Settings: Fix names of icons which had been moved to shared iconset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_icons
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_behavior.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_settings_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
index 8b7d445c97a8dc158e3db3904a7148312a1824db..c541b8db9f1ff136caaf0b309b88974d66b5dbb9 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -103,7 +103,7 @@ var SiteSettingsBehaviorImpl = {
case settings.ContentSettingsTypes.COOKIES:
return 'settings:cookie';
case settings.ContentSettingsTypes.FULLSCREEN:
- return 'settings:fullscreen';
+ return 'cr:fullscreen';
case settings.ContentSettingsTypes.GEOLOCATION:
return 'settings:location-on';
case settings.ContentSettingsTypes.IMAGES:
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_behavior.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698