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

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

Issue 2351363003: MD History: Update button style for CBD in sidenav (Closed)
Patch Set: rebase Created 4 years, 3 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/icons.html ('k') | ui/webui/resources/cr_elements/icons.html » ('j') | 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 aab18e7a4eeb53ae892d2b6c79df47a551684742..f1a9dcbec66bfc34e58b7932d7a760f9d6e04ebd 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -157,7 +157,7 @@ var SiteSettingsBehaviorImpl = {
case settings.ContentSettingsTypes.PLUGINS:
return 'cr:extension';
case settings.ContentSettingsTypes.POPUPS:
- return 'settings:open-in-new';
+ return 'cr:open-in-new';
case settings.ContentSettingsTypes.PROTOCOL_HANDLERS:
return 'settings:open-with';
case settings.ContentSettingsTypes.UNSANDBOXED_PLUGINS:
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | ui/webui/resources/cr_elements/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698