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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2834453004: Remove print preview scaling flag (Closed)
Patch Set: address comment Created 3 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/print_preview/data/app_state.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0fa90f7519144eeac9e6f84bd1e8110616302726..c472d1bb5d88edeb688ba645537f04f1605558d4 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -125,12 +125,6 @@ const char kPrintPdfAsImageDescription[] =
"If enabled, an option to print PDF files as images will be available "
"in print preview.";
-const char kPrintScalingName[] = "Print Scaling.";
-
-const char kPrintScalingDescription[] =
- "If enabled, an option to scale documents will be available in print "
- "preview.";
-
const char kNaclName[] = "Native Client";
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/print_preview/data/app_state.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698