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

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

Issue 2687553003: MD Settings: Fix site data details regression and add test. (Closed)
Patch Set: Address comments. Created 3 years, 10 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 c4620f4e9d63b63bf18affff27f8258a06fd5ae1..f8a65a958ebe2daac7f71910b48156e7879e71eb 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -663,7 +663,8 @@ CrSettingsSiteSettingsTest.prototype = {
'test_site_settings_prefs_browser_proxy.js',
'zoom_levels_tests.js',
'usb_devices_tests.js',
- 'protocol_handlers_tests.js'
+ 'protocol_handlers_tests.js',
+ 'site_data_details_subpage_tests.js',
]),
};

Powered by Google App Engine
This is Rietveld 408576698