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

Unified Diff: ppapi/shared_impl/ppapi_nacl_channel_args.cc

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/shared_impl/ppapi_nacl_channel_args.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppapi_nacl_channel_args.cc
diff --git a/ppapi/shared_impl/ppapi_nacl_channel_args.cc b/ppapi/shared_impl/ppapi_nacl_channel_args.cc
index 7e20a530f1d3d010975a097c0f273765cd7da437..670e4e762dc5d46ad349366c0f1e111e96ab1e8a 100644
--- a/ppapi/shared_impl/ppapi_nacl_channel_args.cc
+++ b/ppapi/shared_impl/ppapi_nacl_channel_args.cc
@@ -8,7 +8,8 @@ namespace ppapi {
// We must provide explicit definitions of these functions for builds on
// Windows.
-PpapiNaClChannelArgs::PpapiNaClChannelArgs() {
+PpapiNaClChannelArgs::PpapiNaClChannelArgs() : off_the_record(false),
+ supports_dev_channel(false) {
}
PpapiNaClChannelArgs::~PpapiNaClChannelArgs() {
« no previous file with comments | « ppapi/shared_impl/ppapi_nacl_channel_args.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698