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

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

Issue 1831093002: MD Settings: Certificate manager, respect USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ifdef to JS file. 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
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 52287e82716ef852409e9939718eeaba524db629..b176c5fa091e76d3cc2e5aa7875b151b8a79b550 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -127,6 +127,7 @@ TEST_F('CrSettingsSearchEnginesTest', 'SearchEngines', function() {
mocha.run();
});
+GEN('#if defined(USE_NSS_CERTS)');
/**
* Test fixture for chrome/browser/resources/settings/certificate_manager_page/.
* @constructor
@@ -153,6 +154,7 @@ TEST_F('CrSettingsCertificateManagerTest', 'CertificateManager', function() {
certificate_manager_page.registerTests();
mocha.run();
});
+GEN('#endif');
/**
* Test fixture for chrome/browser/resources/settings/site_settings/.
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698