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

Unified Diff: chrome/browser/about_flags.cc

Issue 1128453003: Remove the OOP PDF flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5d0fe27d9213cc4de7f51cadd9d6f991188b5e3a..5f012d8d5eaf49c8b4512d137e16cb015b93107b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1861,14 +1861,6 @@ const Experiment kExperiments[] = {
switches::kDisableSessionCrashedBubble)
},
{
- "enable-out-of-process-pdf",
- IDS_FLAGS_OUT_OF_PROCESS_PDF_NAME,
- IDS_FLAGS_OUT_OF_PROCESS_PDF_DESCRIPTION,
- kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableOutOfProcessPdf,
- switches::kDisableOutOfProcessPdf)
- },
- {
"enable-pdf-material-ui",
IDS_FLAGS_PDF_MATERIAL_UI_NAME,
IDS_FLAGS_PDF_MATERIAL_UI_DESCRIPTION,
« no previous file with comments | « android_webview/renderer/aw_print_web_view_helper_delegate.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698