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

Unified Diff: chrome/browser/about_flags.cc

Issue 896463005: Add flag to enable Material Design for the PDF Viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase before commit Created 5 years, 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('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 1430944ac41ac7c907d746254814841d33cc3a10..1d08da212a7afec589a6c3db11ff1089d35e1486 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1717,6 +1717,14 @@ const Experiment kExperiments[] = {
switches::kDisableOutOfProcessPdf)
},
{
+ "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_DISABLE_CAST_STREAMING_HW_ENCODING_NAME,
IDS_FLAGS_DISABLE_CAST_STREAMING_HW_ENCODING_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698