Index: ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
diff --git a/ppapi/shared_impl/ppapi_nacl_plugin_args.cc b/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
index 4dd511040c49eb99908751c62ec1c0687023e6a6..c30470b14cda7739d6958e537d5ed7f91afbba0a 100644 |
--- a/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
+++ b/ppapi/shared_impl/ppapi_nacl_plugin_args.cc |
@@ -10,10 +10,7 @@ namespace ppapi { |
// We must provide explicit definitions of these functions for builds on |
// Windows. |
PpapiNaClPluginArgs::PpapiNaClPluginArgs() |
- : off_the_record(false), |
- supports_dev_channel(false), |
- keepalive_throttle_interval_milliseconds( |
- kKeepaliveThrottleIntervalDefaultMilliseconds) {} |
+ : off_the_record(false), supports_dev_channel(false) {} |
PpapiNaClPluginArgs::~PpapiNaClPluginArgs() {} |