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

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

Issue 11018013: add a new, blank version of content settings so that a new UI may be prototyped (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/content_settings2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4605de2740e513056df61c6deb71c2f6214fef3a..a17a18b75eee95ca98c3060b3d5705a0ad8177c6 100644
--- a/chrome/browser/resources/options/content_settings.js
+++ b/chrome/browser/resources/options/content_settings.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+if (!loadTimeData.getBoolean('newContentSettings')) {
+
cr.define('options', function() {
/** @const */ var OptionsPage = options.OptionsPage;
@@ -174,3 +176,5 @@ cr.define('options', function() {
};
});
+
+}
« no previous file with comments | « no previous file | chrome/browser/resources/options/content_settings2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698