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

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: comment + rebase 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') | chromecast/common/chromecast_switches.cc » ('J')
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 a4b191c0ee9c8d21984ef90b0ada6406cafc3a80..4bb74902b1c7a2cacd710b3f78c6351abe51a938 100644
--- a/chromecast/common/chromecast_switches.h
+++ b/chromecast/common/chromecast_switches.h
@@ -22,6 +22,10 @@ extern const char kOverrideMetricsUploadUrl[];
// Network switches
extern const char kNoWifi[];
+// Switches to communicate app state information
+extern const char kLastLaunchedApp[];
+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/common/chromecast_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698