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

Unified Diff: chrome/test/data/webui/settings/site_list_tests.js

Issue 2409003002: [MD settings] flag to enable site settings All sites and Site details pages (Closed)
Patch Set: merge with master; fix typo Created 4 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 | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/site_list_tests.js
diff --git a/chrome/test/data/webui/settings/site_list_tests.js b/chrome/test/data/webui/settings/site_list_tests.js
index 78596029b728a2fd5a0e176ccc1beac9526ae41a..72cf64139f46e424ebe2270a9979b41a15dcccc5 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -583,6 +583,7 @@ cr.define('site_list', function() {
settings.PermissionValues.ALLOW, prefs);
return browserProxy.whenCalled('getExceptionList').then(
function(contentType) {
+ testElement.enableSiteSettings_ = true;
assertEquals(
settings.ContentSettingsTypes.GEOLOCATION, contentType);
@@ -705,6 +706,7 @@ cr.define('site_list', function() {
var resolver = new PromiseResolver();
testElement.async(resolver.resolve);
return resolver.promise.then(function() {
+ testElement.enableSiteSettings_ = true;
// All Sites calls getExceptionList for all categories, starting
// with Cookies.
assertEquals(
@@ -749,6 +751,7 @@ cr.define('site_list', function() {
var resolver = new PromiseResolver();
testElement.async(resolver.resolve);
return resolver.promise.then(function() {
+ testElement.enableSiteSettings_ = true;
// All Sites calls getExceptionList for all categories, starting
// with Cookies.
assertEquals(
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698