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

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

Issue 2475813002: Enable Native CUPS printing on Chrome OS. (Closed)
Patch Set: fix histogram entry 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 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 "This flag affects only when the intervention is enabled."; 2215 "This flag affects only when the intervention is enabled.";
2216 2216
2217 const char kEnableScrollAnchoringName[] = "Scroll Anchoring"; 2217 const char kEnableScrollAnchoringName[] = "Scroll Anchoring";
2218 2218
2219 const char kEnableScrollAnchoringDescription[] = 2219 const char kEnableScrollAnchoringDescription[] =
2220 "Adjusts scroll position to prevent visible jumps when offscreen " 2220 "Adjusts scroll position to prevent visible jumps when offscreen "
2221 "content changes."; 2221 "content changes.";
2222 2222
2223 #if defined(OS_CHROMEOS) 2223 #if defined(OS_CHROMEOS)
2224 2224
2225 const char kEnableNativeCupsName[] = "Native CUPS"; 2225 const char kDisableNativeCupsName[] = "Native CUPS";
2226 2226
2227 const char kEnableNativeCupsDescription[] = 2227 const char kDisableNativeCupsDescription[] =
2228 "Enables the use of the native CUPS printing backend."; 2228 "Disable the use of the native CUPS printing backend.";
2229 2229
2230 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App"; 2230 const char kEnableAndroidWallpapersAppName[] = "Android Wallpapers App";
2231 2231
2232 const char kEnableAndroidWallpapersAppDescription[] = 2232 const char kEnableAndroidWallpapersAppDescription[] =
2233 "Enables the Android Wallpapers App as the default Wallpaper App on " 2233 "Enables the Android Wallpapers App as the default Wallpaper App on "
2234 "Chrome OS."; 2234 "Chrome OS.";
2235 2235
2236 const char kEnableTouchSupportForScreenMagnifierName[] = 2236 const char kEnableTouchSupportForScreenMagnifierName[] =
2237 "Touch support for screen magnifier"; 2237 "Touch support for screen magnifier";
2238 2238
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 const char kEnableEhvInputName[] = 2883 const char kEnableEhvInputName[] =
2884 "Emoji, handwriting and voice input on opt-in IME menu"; 2884 "Emoji, handwriting and voice input on opt-in IME menu";
2885 2885
2886 const char kEnableEhvInputDescription[] = 2886 const char kEnableEhvInputDescription[] =
2887 "Enable access to emoji, handwriting and voice input form opt-in IME " 2887 "Enable access to emoji, handwriting and voice input form opt-in IME "
2888 "menu."; 2888 "menu.";
2889 2889
2890 #endif // #if defined(OS_CHROMEOS) 2890 #endif // #if defined(OS_CHROMEOS)
2891 2891
2892 } // namespace flag_descriptions 2892 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698