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

Unified Diff: chrome/browser/ui/webui/print_preview_ui_uitest.cc

Issue 7631008: Print Preview: Add "print preview" back to about:flags; enable it by default just once. (Closed) Base URL: svn://chrome-svn/chrome/branches/782/src/
Patch Set: '' Created 9 years, 4 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/browser/ui/webui/print_preview_ui_uitest.cc
===================================================================
--- chrome/browser/ui/webui/print_preview_ui_uitest.cc (revision 97007)
+++ chrome/browser/ui/webui/print_preview_ui_uitest.cc (working copy)
@@ -19,9 +19,7 @@
public:
PrintPreviewUITest() {
dom_automation_enabled_ = true;
-#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS) || defined(OS_MACOSX)
launch_arguments_.AppendSwitch(switches::kEnablePrintPreview);
-#endif
}
void AssertIsPrintPage(TabProxy* tab) {

Powered by Google App Engine
This is Rietveld 408576698