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

Side by Side Diff: chrome/common/chrome_features.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Merge Created 3 years, 10 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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 // This file defines all the public base::FeatureList features for the chrome 5 // This file defines all the public base::FeatureList features for the chrome
6 // module. 6 // module.
7 7
8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_ 8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_
9 #define CHROME_COMMON_CHROME_FEATURES_H_ 9 #define CHROME_COMMON_CHROME_FEATURES_H_
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 #endif // defined(OS_MACOSX) 100 #endif // defined(OS_MACOSX)
101 101
102 extern const base::Feature kOfflinePageDownloadSuggestionsFeature; 102 extern const base::Feature kOfflinePageDownloadSuggestionsFeature;
103 103
104 extern const base::Feature kOverrideYouTubeFlashEmbed; 104 extern const base::Feature kOverrideYouTubeFlashEmbed;
105 105
106 extern const base::Feature kParallelDownloading; 106 extern const base::Feature kParallelDownloading;
107 107
108 extern const base::Feature kPermissionsBlacklist; 108 extern const base::Feature kPermissionsBlacklist;
109 109
110 #if defined(OS_WIN)
111 extern const base::Feature kPostScriptPrinting;
112 #endif
113
110 #if BUILDFLAG(ENABLE_PLUGINS) 114 #if BUILDFLAG(ENABLE_PLUGINS)
111 extern const base::Feature kPreferHtmlOverPlugins; 115 extern const base::Feature kPreferHtmlOverPlugins;
112 #endif 116 #endif
113 117
114 #if defined(OS_CHROMEOS) 118 #if defined(OS_CHROMEOS)
115 extern const base::Feature kPreloadLockScreen; 119 extern const base::Feature kPreloadLockScreen;
116 #endif 120 #endif
117 121
118 #if BUILDFLAG(ENABLE_PRINT_PREVIEW) 122 #if BUILDFLAG(ENABLE_PRINT_PREVIEW)
119 extern const base::Feature kPrintPdfAsImage; 123 extern const base::Feature kPrintPdfAsImage;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 156
153 extern const base::Feature kCrosCompUpdates; 157 extern const base::Feature kCrosCompUpdates;
154 #endif // defined(OS_CHROMEOS) 158 #endif // defined(OS_CHROMEOS)
155 159
156 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 160 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
157 // alphabetical order, or in one of the ifdefs (also in order in each section). 161 // alphabetical order, or in one of the ifdefs (also in order in each section).
158 162
159 } // namespace features 163 } // namespace features
160 164
161 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 165 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview/extension_printer_handler.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698