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

Unified Diff: content/browser/renderer_host/browser_render_process_host.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: content/browser/renderer_host/browser_render_process_host.cc
===================================================================
--- content/browser/renderer_host/browser_render_process_host.cc (revision 97007)
+++ content/browser/renderer_host/browser_render_process_host.cc (working copy)
@@ -547,13 +547,7 @@
switches::kDisableJavaScriptI18NAPI,
switches::kDisableLocalStorage,
switches::kDisableLogging,
-#if defined(GOOGLE_CHROME_BUILD) && !defined(OS_CHROMEOS) && !defined(OS_MACOSX)
- // Enabled by default in Google Chrome builds, except on CrOS.
- switches::kDisablePrintPreview,
vandebo (ex-Chrome) 2011/08/16 22:38:39 Do we want both flags here?
Lei Zhang 2011/08/16 23:36:30 Why, yes.
-#else
- // Disabled by default in Chromium builds and on CrOS.
switches::kEnablePrintPreview,
-#endif
switches::kDisableSeccompSandbox,
switches::kDisableSessionStorage,
switches::kDisableSharedWorkers,
« chrome/common/pref_names.cc ('K') | « chrome/renderer/print_web_view_helper_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698