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

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

Issue 11193013: settings: fix search (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 2 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 | « no previous file | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options.js
diff --git a/chrome/browser/resources/options/options.js b/chrome/browser/resources/options/options.js
index 2823729f742d8882beac3571530abb9ae7d4fac9..8a300e31ed651629f0cfc6059265e3401bfe678b 100644
--- a/chrome/browser/resources/options/options.js
+++ b/chrome/browser/resources/options/options.js
@@ -84,8 +84,7 @@ function load() {
$('show-cookies-button')]);
OptionsPage.registerOverlay(CookiesViewApp.getInstance(),
ContentSettings.getInstance(),
- [$('privacyContentSettingsButton'),
- $('show-app-cookies-button')]);
+ [$('privacyContentSettingsButton')]);
OptionsPage.registerOverlay(DoNotTrackConfirmOverlay.getInstance(),
BrowserOptions.getInstance());
OptionsPage.registerOverlay(FontSettings.getInstance(),
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698