summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/webui/print_preview.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/webui/print_preview.js')
-rw-r--r--chrome/test/data/webui/print_preview.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index 7b83977..9b41b76 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -102,8 +102,7 @@ GEN(' protected:');
GEN(' // WebUIBrowserTest override.');
GEN(' virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {');
GEN(' WebUIBrowserTest::SetUpCommandLine(command_line);');
-GEN('#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS) || \\');
-GEN(' defined(OS_MACOSX)');
+GEN('#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS)');
GEN(' // Don\'t enable the flag for chrome builds, which should be on by ' +
'default.');
GEN(' command_line->AppendSwitch(switches::kEnablePrintPreview);');