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

Unified Diff: chrome/browser/resources/options/content_settings.js

Issue 11410040: Delete WebUI for web intents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return value from flag for profile disablement Created 8 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: chrome/browser/resources/options/content_settings.js
diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js
index 5b88c151c566d0128081295a39de0c1b4e9289e4..9c8f8d1972e9bbe61bd96cbe189ec3365ea99702 100644
--- a/chrome/browser/resources/options/content_settings.js
+++ b/chrome/browser/resources/options/content_settings.js
@@ -75,10 +75,6 @@ cr.define('options', function() {
OptionsPage.navigateToPage('cookies');
};
- var intentsSection = $('intents-section');
- if (!loadTimeData.getBoolean('enable_web_intents') && intentsSection)
- intentsSection.parentNode.removeChild(intentsSection);
-
$('content-settings-overlay-confirm').onclick =
OptionsPage.closeOverlay.bind(OptionsPage);
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/ui/intents/web_intents_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698