Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 837d581d6b060ab840b552aa13f8638e5f2c1d31..710cdcdfb13a3ced10c31421d7248ab502620b7a 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -796,6 +796,10 @@ extern const char kClickedUpdateMenuItem[]; |
#endif |
#if defined(ENABLE_MEDIA_ROUTER) |
+#if defined(GOOGLE_CHROME_BUILD) |
+extern const char kMediaRouterCloudServicesPrefSet[]; |
+extern const char kMediaRouterEnableCloudServices[]; |
+#endif // defined(GOOGLE_CHROME_BUILD) |
extern const char kMediaRouterFirstRunFlowAcknowledged[]; |
#endif |