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

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: add previous app 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
Index: chromecast/common/chromecast_switches.h
diff --git a/chromecast/common/chromecast_switches.h b/chromecast/common/chromecast_switches.h
index 34b0f762baf29c001b016e7ed5ddebafcb2c37a5..bbf7d26144b4bdba1cd63db15f83f204d8835750 100644
--- a/chromecast/common/chromecast_switches.h
+++ b/chromecast/common/chromecast_switches.h
@@ -19,6 +19,9 @@ extern const char kEnableLocalFileAccesses[];
// Metrics switches
extern const char kOverrideMetricsUploadUrl[];
+extern const char kLastLaunchedApp[];
gunsch 2015/02/24 00:54:43 Add a comment above describing these
kjoswiak 2015/02/24 01:47:40 Done.
+extern const char kPreviousApp[];
+
} // namespace switches
#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.cc » ('j') | chromecast/renderer/cast_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698