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

Unified Diff: chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js

Issue 2871613002: Disabling ContentSettingsExceptionAreaWebUITest.testOpenContentSettingsExceptionArea on Mac (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js
diff --git a/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js b/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js
index d93d0fed56ece1fec5193275916ae223c0ffbb20..7cfc1edc6336cb8bfbfc5d7f2562294c10bae527 100644
--- a/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js
+++ b/chrome/browser/ui/webui/options/content_settings_exception_area_browsertest.js
@@ -18,8 +18,10 @@ ContentSettingsExceptionAreaWebUITest.prototype = {
browsePreload: 'chrome://settings-frame/contentExceptions',
};
-// See crbug.com/579666 for OS_LINUX and crbug.com/588586 for Windows.
-GEN('#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_WIN)');
+// See crbug.com/579666 for OS_LINUX and crbug.com/588586 for Windows and
+// crbug.com/718947 for Mac.
+GEN('#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_WIN) || ' +
+ 'defined(OS_MACOSX)');
GEN('#define MAYBE_testOpenContentSettingsExceptionArea ' +
'DISABLED_testOpenContentSettingsExceptionArea');
GEN('#else');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698