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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2556023002: Added flags for PrintBrowser mode (Closed)
Patch Set: Replaced enable-print-browser feature flag with command line switch. Created 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | printing/features/features.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 170f2b489faccd568b3a28ee0e02181c6b18393b..3aa800caf67b8d2464bdbf734034b7f68469c3ae 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5171,6 +5171,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
If enabled, an option to scale documents will be available in print preview.
</message>
Vitaly Buka (NO REVIEWS) 2016/12/12 05:29:48 Inconsistency: scaling vs browser feature
gozzard 2016/12/14 23:14:48 Fixed
+ <!-- Print scaling feature -->
+ <message name="IDS_FLAGS_PRINT_BROWSER_NAME" desc="Name for the flag to enable the print browser feature.">
+ Print Browser.
+ </message>
+ <message name="IDS_FLAGS_PRINT_BROWSER_DESCRIPTION" desc="Description for the flag to enable the print browser feature.">
+ If enabled, all pages will be rendered as though in print preview mode.
+ </message>
+
<!-- Components -->
<message name="IDS_COMPONENTS_TITLE" desc="Title for the chrome://components page.">
Components
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | printing/features/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698