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

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

Issue 1899853004: MD Settings: Clear Browsing Data dialog, dismiss when clearing is done. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 8 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 478a05cde8dba101b7f5540d67451587b48fe1ca..28910c7a80aaf6c9d7f2bcae1a028739e18373ee 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -278,8 +278,8 @@ TEST_F('CrSettingsCertificateManagerTest', 'CertificateManager', function() {
certificate_manager_page.registerTests();
mocha.run();
});
+GEN('#endif');
-GEN('#elif defined(OS_WIN) || defined(OS_MACOSX)');
/**
* Test fixture for chrome/browser/resources/settings/privacy_page/.
* @constructor
@@ -301,9 +301,9 @@ CrSettingsPrivacyPageTest.prototype = {
};
TEST_F('CrSettingsPrivacyPageTest', 'PrivacyPage', function() {
+ settings_privacy_page.registerTests();
mocha.run();
});
-GEN('#endif');
/**
* Test fixture for chrome/browser/resources/settings/site_settings/.

Powered by Google App Engine
This is Rietveld 408576698