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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2847273002: Reverse postscript flag direction (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2711 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar"; 2722 const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2723 2723
2724 const char kWindows10CustomTitlebarDescription[] = 2724 const char kWindows10CustomTitlebarDescription[] =
2725 "If enabled, Chrome will draw the titlebar and caption buttons instead " 2725 "If enabled, Chrome will draw the titlebar and caption buttons instead "
2726 "of deferring to Windows."; 2726 "of deferring to Windows.";
2727 2727
2728 #endif // defined(OS_WIN) 2728 #endif // defined(OS_WIN)
2729 2729
2730 #if defined(OS_WIN) 2730 #if defined(OS_WIN)
2731 2731
2732 const char kPostscriptPrinting[] = "PostScript Printing"; 2732 const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2733 2733
2734 const char kPostscriptPrintingDescription[] = 2734 const char kDisablePostscriptPrintingDescription[] =
2735 "Enable postscript generation in place of emf generation when printing " 2735 "Disables postscript generation when printing to postscript capable "
Lei Zhang 2017/04/28 20:54:08 This message is shown to users, so PostScript, and
rbpotter 2017/04/28 21:32:05 Done.
2736 "to postscript capable printers."; 2736 "printers, and uses emf generation in its place.";
2737 2737
2738 #endif // defined(OS_WIN) 2738 #endif // defined(OS_WIN)
2739 2739
2740 #if defined(OS_ANDROID) 2740 #if defined(OS_ANDROID)
2741 2741
2742 const char kAiaFetchingName[] = "Intermediate Certificate Fetching"; 2742 const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2743 2743
2744 const char kAiaFetchingDescription[] = 2744 const char kAiaFetchingDescription[] =
2745 "Enable intermediate certificate fetching when a server does not " 2745 "Enable intermediate certificate fetching when a server does not "
2746 "provide sufficient certificates to build a chain to a trusted root."; 2746 "provide sufficient certificates to build a chain to a trusted root.";
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
3043 3043
3044 const char kAutoplayPolicyNoUserGestureRequired[] = 3044 const char kAutoplayPolicyNoUserGestureRequired[] =
3045 "No user gesture is required."; 3045 "No user gesture is required.";
3046 3046
3047 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; 3047 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
3048 3048
3049 const char kAutoplayPolicyCrossOriginUserGestureRequired[] = 3049 const char kAutoplayPolicyCrossOriginUserGestureRequired[] =
3050 "User gesture is required for cross-origin iframes."; 3050 "User gesture is required for cross-origin iframes.";
3051 3051
3052 } // namespace flag_descriptions 3052 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698