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

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

Issue 1838213002: Simplify Site Settings tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/test/data/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index 66fbb57d7032ab351624431e4c011cc756c2cbce..40b28c1dcdab1841bdd95a477c3266d0d8090435 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -172,9 +172,6 @@ CrSettingsSiteSettingsTest.prototype = {
/** @override */
preLoad: function() {
dpapad 2016/03/29 21:46:33 No need to override this at all anymore. Just dele
Finnur 2016/03/30 11:22:43 Ah, of course. Done.
SettingsPageBrowserTest.prototype.preLoad.call(this);
-
- cr.exportPath('settings_test').siteCategoryNotifyForTest = true;
- cr.exportPath('settings_test').siteListNotifyForTest = true;
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698