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

Unified Diff: chrome/test/base/test_switches.h

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_switches.h
diff --git a/chrome/test/base/test_switches.h b/chrome/test/base/test_switches.h
index 8e7c64dd515253d5443ef72015678867e7d31908..5a0945a63424c33f85bfd209c4a09033fbb135cd 100644
--- a/chrome/test/base/test_switches.h
+++ b/chrome/test/base/test_switches.h
@@ -6,6 +6,7 @@
#define CHROME_TEST_BASE_TEST_SWITCHES_H_
#include "build/build_config.h"
+#include "ppapi/features/features.h"
namespace switches {
@@ -13,7 +14,7 @@ namespace switches {
// alongside the definition of their values in the .cc file.
extern const char kAlsoEmitSuccessLogs[];
-#if defined(ENABLE_PLUGINS)
+#if BUILDFLAG(ENABLE_PLUGINS)
extern const char kRebaselinePixelTests[];
#endif
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698