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

Unified Diff: chromecast/common/chromecast_switches.h

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removes gyp dep Created 6 years, 3 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
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/common/chromecast_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/chromecast_switches.h
diff --git a/chromecast/common/chromecast_switches.h b/chromecast/common/chromecast_switches.h
index 73b8a67eb631007f574ff754b63ea1eee27d851b..4fc0e715892973c7820cf99b57801b7deabe5ed7 100644
--- a/chromecast/common/chromecast_switches.h
+++ b/chromecast/common/chromecast_switches.h
@@ -9,6 +9,11 @@
namespace switches {
+#if defined(OS_ANDROID)
+// Content-implementation switches
+extern const char kEnableLocalFileAccesses[];
+#endif // defined(OS_ANDROID)
+
// Metrics switches
extern const char kOverrideMetricsUploadUrl[];
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/common/chromecast_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698