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

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

Issue 2475813002: Enable Native CUPS printing on Chrome OS. (Closed)
Patch Set: rebase 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 unified diff | Download patch
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 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 "This flag affects only when the intervention is enabled."; 2233 "This flag affects only when the intervention is enabled.";
2234 2234
2235 const char kEnableScrollAnchoringName[] = "Scroll Anchoring"; 2235 const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
2236 2236
2237 const char kEnableScrollAnchoringDescription[] = 2237 const char kEnableScrollAnchoringDescription[] =
2238 "Adjusts scroll position to prevent visible jumps when offscreen " 2238 "Adjusts scroll position to prevent visible jumps when offscreen "
2239 "content changes."; 2239 "content changes.";
2240 2240
2241 #if defined(OS_CHROMEOS) 2241 #if defined(OS_CHROMEOS)
2242 2242
2243 const char kEnableNativeCupsName[] = "Native CUPS"; 2243 const char kDisableNativeCupsName[] = "Native CUPS";
2244 2244
2245 const char kEnableNativeCupsDescription[] = 2245 const char kDisableNativeCupsDescription[] =
2246 "Enables the use of the native CUPS printing backend."; 2246 "Disable the use of the native CUPS printing backend.";
2247 2247
2248 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; 2248 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2249 2249
2250 const char kEnableAndroidWallpapersAppDescription[] = 2250 const char kEnableAndroidWallpapersAppDescription[] =
2251 "Enables the Android Wallpapers App as the default Wallpaper App on " 2251 "Enables the Android Wallpapers App as the default Wallpaper App on "
2252 "Chrome OS."; 2252 "Chrome OS.";
2253 2253
2254 const char kEnableTouchSupportForScreenMagnifierName[] = 2254 const char kEnableTouchSupportForScreenMagnifierName[] =
2255 "Touch support for screen magnifier"; 2255 "Touch support for screen magnifier";
2256 2256
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 const char kEnableEhvInputName[] = 2904 const char kEnableEhvInputName[] =
2905 "Emoji, handwriting and voice input on opt-in IME menu"; 2905 "Emoji, handwriting and voice input on opt-in IME menu";
2906 2906
2907 const char kEnableEhvInputDescription[] = 2907 const char kEnableEhvInputDescription[] =
2908 "Enable access to emoji, handwriting and voice input form opt-in IME " 2908 "Enable access to emoji, handwriting and voice input form opt-in IME "
2909 "menu."; 2909 "menu.";
2910 2910
2911 #endif // #if defined(OS_CHROMEOS) 2911 #endif // #if defined(OS_CHROMEOS)
2912 2912
2913 } // namespace flag_descriptions 2913 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698