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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.js

Issue 2554403005: [MD settings] move extra options in category settings (Closed)
Patch Set: touch up Created 4 years 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: chrome/browser/resources/settings/privacy_page/privacy_page.js
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
index 269aa1818d4a1f4e3c859c7c0bea1be65aa25aea..f497f759b161724a065fcdfdf6b385d8bf46e437 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -165,4 +165,12 @@ Polymer({
loadTimeData.getString('siteSettings') :
loadTimeData.getString('contentSettings');
},
+
+<if expr="chromeos">
+ /** @private */
+ onAdobeFlashStorageClicked_: function() {
+ window.open('https://www.macromedia.com/support/' +
+ 'documentation/en/flashplayer/help/settings_manager07.html');
tommycli 2016/12/09 00:13:19 Interesting -- in other places, I've seen URLs be
dschuyler 2016/12/13 23:57:38 This code is moved. I didn't look into the details
+ },
+</if>
});

Powered by Google App Engine
This is Rietveld 408576698