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

Unified Diff: chrome/browser/about_flags.cc

Issue 1521913002: PDF: Delete non-material viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/pdf/pdf_extension_test.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 f954b05769264d0bff3c261e707f13b55abd8403..2b2b1e8f2bc388538143bdfcfd73cdf5a45a999c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1447,12 +1447,6 @@ const FeatureEntry kFeatureEntries[] = {
kOsWin | kOsLinux,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSessionCrashedBubble,
switches::kDisableSessionCrashedBubble)},
- {"enable-pdf-material-ui",
- IDS_FLAGS_PDF_MATERIAL_UI_NAME,
- IDS_FLAGS_PDF_MATERIAL_UI_DESCRIPTION,
- kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePdfMaterialUI,
- switches::kDisablePdfMaterialUI)},
{"disable-cast-streaming-hw-encoding",
IDS_FLAGS_CAST_STREAMING_HW_ENCODING_NAME,
IDS_FLAGS_CAST_STREAMING_HW_ENCODING_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/pdf/pdf_extension_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698