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

Unified Diff: chrome/common/chrome_features.h

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Missing file Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 978096ac705bc2cc0ff772e6a3fee6fb9e30b7d0..82f0a9c1c58092388d8203de2ed64f32dffcd44d 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -9,6 +9,7 @@
#define CHROME_COMMON_CHROME_FEATURES_H_
#include "base/feature_list.h"
+#include "printing/features/features.h"
namespace features {
@@ -71,7 +72,7 @@ extern const base::Feature kOverrideYouTubeFlashEmbed;
extern const base::Feature kPreferHtmlOverPlugins;
#endif
-#if defined(ENABLE_PRINT_PREVIEW)
+#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
extern const base::Feature kPrintScaling;
#endif

Powered by Google App Engine
This is Rietveld 408576698