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

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

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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 2430
2431 // Name of the scroll anchoring flag. 2431 // Name of the scroll anchoring flag.
2432 extern const char kEnableScrollAnchoringName[]; 2432 extern const char kEnableScrollAnchoringName[];
2433 2433
2434 // Description of the scroll anchoring flag 2434 // Description of the scroll anchoring flag
2435 extern const char kEnableScrollAnchoringDescription[]; 2435 extern const char kEnableScrollAnchoringDescription[];
2436 2436
2437 #if defined(OS_CHROMEOS) 2437 #if defined(OS_CHROMEOS)
2438 2438
2439 // Name of the native cups flag. 2439 // Name of the native cups flag.
2440 extern const char kEnableNativeCupsName[]; 2440 extern const char kDisableNativeCupsName[];
2441 2441
2442 // Description of the native CUPS flag 2442 // Description of the native CUPS flag
2443 extern const char kEnableNativeCupsDescription[]; 2443 extern const char kDisableNativeCupsDescription[];
2444 2444
2445 // Name of the Android Wallpapers App flag. 2445 // Name of the Android Wallpapers App flag.
2446 extern const char kEnableAndroidWallpapersAppName[]; 2446 extern const char kEnableAndroidWallpapersAppName[];
2447 2447
2448 // Description of the Android Wallpapers App flag. 2448 // Description of the Android Wallpapers App flag.
2449 extern const char kEnableAndroidWallpapersAppDescription[]; 2449 extern const char kEnableAndroidWallpapersAppDescription[];
2450 2450
2451 // Name of the touch support for screen magnifier flag. 2451 // Name of the touch support for screen magnifier flag.
2452 extern const char kEnableTouchSupportForScreenMagnifierName[]; 2452 extern const char kEnableTouchSupportForScreenMagnifierName[];
2453 2453
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 3152
3153 // Description of the about: flag enabling emoji, handwriting and voice input on 3153 // Description of the about: flag enabling emoji, handwriting and voice input on
3154 // opt-in IME menu. 3154 // opt-in IME menu.
3155 extern const char kEnableEhvInputDescription[]; 3155 extern const char kEnableEhvInputDescription[];
3156 3156
3157 #endif // #if defined(OS_CHROMEOS) 3157 #endif // #if defined(OS_CHROMEOS)
3158 3158
3159 } // namespace flag_descriptions 3159 } // namespace flag_descriptions
3160 3160
3161 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3161 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698