| Index: content/plugin/webplugin_delegate_stub.h
|
| ===================================================================
|
| --- content/plugin/webplugin_delegate_stub.h (revision 130695)
|
| +++ content/plugin/webplugin_delegate_stub.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -10,6 +10,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/common/npobject_stub.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| @@ -113,6 +114,7 @@
|
|
|
| scoped_refptr<PluginChannel> channel_;
|
|
|
| + base::WeakPtr<NPObjectStub> plugin_scriptable_object_;
|
| webkit::npapi::WebPluginDelegateImpl* delegate_;
|
| WebPluginProxy* webplugin_;
|
| bool in_destructor_;
|
|
|