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

Unified Diff: chrome/browser/about_flags.cc

Issue 756653005: Change the flag which enables OOP PDF to an enable/disable flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5c8e34a3338354ef207f1ad7f625d3fe41dabc33..74a24e8d0e66f6bfdb0880268a368120c56d4e22 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1677,11 +1677,12 @@ const Experiment kExperiments[] = {
switches::kDisableSessionCrashedBubble)
},
{
- "out-of-process-pdf",
+ "enable-out-of-process-pdf",
IDS_FLAGS_OUT_OF_PROCESS_PDF_NAME,
IDS_FLAGS_OUT_OF_PROCESS_PDF_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kOutOfProcessPdf)
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableOutOfProcessPdf,
+ switches::kDisableOutOfProcessPdf)
},
{
"disable-cast-streaming-hw-encoding",
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698