15d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Copyright 2014 The Chromium Authors. All rights reserved.
25d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// found in the LICENSE file.
45d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
5effb81e5f8246d0db0270817048dc992db66e9fbBen Murdoch#include "ppapi/shared_impl/ppapi_constants.h"
65d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#include "ppapi/shared_impl/ppapi_nacl_plugin_args.h"
75d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
85d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)namespace ppapi {
95d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
105d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// We must provide explicit definitions of these functions for builds on
115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)// Windows.
125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)PpapiNaClPluginArgs::PpapiNaClPluginArgs()
13effb81e5f8246d0db0270817048dc992db66e9fbBen Murdoch    : off_the_record(false),
14effb81e5f8246d0db0270817048dc992db66e9fbBen Murdoch      supports_dev_channel(false),
15effb81e5f8246d0db0270817048dc992db66e9fbBen Murdoch      keepalive_throttle_interval_milliseconds(
16effb81e5f8246d0db0270817048dc992db66e9fbBen Murdoch          kKeepaliveThrottleIntervalDefaultMilliseconds) {}
175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
18a1401311d1ab56c4ed0a474bd38c108f75cb0cd9Torne (Richard Coles)PpapiNaClPluginArgs::~PpapiNaClPluginArgs() {}
195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)}  // namespace ppapi
21