diff options
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_stub.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_util.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_main.cc | 1 | ||||
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.cc | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index 9a070e9..bc5357a 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -615,4 +615,3 @@ CPBrowserFuncs* GetCPBrowserFuncsForPlugin() { return &browser_funcs; } - diff --git a/chrome/plugin/npobject_stub.cc b/chrome/plugin/npobject_stub.cc index a36a5f2..12a9df7 100644 --- a/chrome/plugin/npobject_stub.cc +++ b/chrome/plugin/npobject_stub.cc @@ -304,4 +304,3 @@ void NPObjectStub::OnSetException(const std::string& message) { NPN_SetException(npobject_, message.c_str()); } - diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h index 2c2590f..1ff38a0 100644 --- a/chrome/plugin/npobject_util.h +++ b/chrome/plugin/npobject_util.h @@ -67,4 +67,3 @@ HANDLE GetMessageBoxEvent(HWND hwnd); #endif // defined(OS_WIN) #endif // CHROME_PLUGIN_NPOBJECT_UTIL_H__ - diff --git a/chrome/plugin/plugin_main.cc b/chrome/plugin/plugin_main.cc index 7c56f24..f6808c1 100644 --- a/chrome/plugin/plugin_main.cc +++ b/chrome/plugin/plugin_main.cc @@ -83,4 +83,3 @@ int PluginMain(const MainFunctionParams& parameters) { CoUninitialize(); return 0; } - diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index 3026333..ab98068 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -341,4 +341,3 @@ void WebPluginDelegateStub::OnURLRequestRouted(const std::string& url, HANDLE notify_data) { delegate_->URLRequestRouted(url, notify_needed, notify_data); } - |