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

Unified Diff: ppapi/shared_impl/ppapi_nacl_channel_args.h

Issue 104673003: Pepper: Send dev/canary channel status to plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OVERRIDE build fix Created 7 years 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 | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/shared_impl/ppapi_nacl_channel_args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppapi_nacl_channel_args.h
diff --git a/ppapi/shared_impl/ppapi_nacl_channel_args.h b/ppapi/shared_impl/ppapi_nacl_channel_args.h
index 462a3a094618b00676ce27268acf0a1617c10391..1e4e4d58f1fa116c74d4f8729d69e9c83bcc709b 100644
--- a/ppapi/shared_impl/ppapi_nacl_channel_args.h
+++ b/ppapi/shared_impl/ppapi_nacl_channel_args.h
@@ -19,6 +19,7 @@ struct PPAPI_SHARED_EXPORT PpapiNaClChannelArgs {
bool off_the_record;
PpapiPermissions permissions;
+ bool supports_dev_channel;
// Switches from the command-line.
std::vector<std::string> switch_names;
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/shared_impl/ppapi_nacl_channel_args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698