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

Unified Diff: chromecast/common/chromecast_switches.h

Issue 944733003: Add flag to communicate last casted app to renderer process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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 34b0f762baf29c001b016e7ed5ddebafcb2c37a5..20cc95680bd52a91f9044e269b0cfdd74ec8e72c 100644
--- a/chromecast/common/chromecast_switches.h
+++ b/chromecast/common/chromecast_switches.h
@@ -19,6 +19,8 @@ extern const char kEnableLocalFileAccesses[];
// Metrics switches
extern const char kOverrideMetricsUploadUrl[];
+extern const char kLastLaunchedAppId[];
gunsch 2015/02/23 21:29:26 it's a string that's more than just the app id, ri
kjoswiak 2015/02/23 22:14:34 Technically last_app is just the app id, its curre
+
} // namespace switches
#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698