diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 04:17:40 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 04:17:40 +0000 |
commit | f7c6f9a649b9f1da1793f1e38f4fbf1fb891c8a4 (patch) | |
tree | d21ad2ee50e3312d964876a7c81a9cabddfe25f8 /content/ppapi_plugin/ppapi_thread.h | |
parent | 8df71985b7a6c86da522773b0f3acc5c6ccf3d56 (diff) | |
download | chromium_src-f7c6f9a649b9f1da1793f1e38f4fbf1fb891c8a4.zip chromium_src-f7c6f9a649b9f1da1793f1e38f4fbf1fb891c8a4.tar.gz chromium_src-f7c6f9a649b9f1da1793f1e38f4fbf1fb891c8a4.tar.bz2 |
Hook up the network status notifications to out-of-process Pepper plugins.
This is not implemented for in-process plugins. That requires a completely
separate implementation and isn't required now.
TEST=manual
Review URL: http://codereview.chromium.org/7357007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin/ppapi_thread.h')
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h index 5b77f24..3d333e0 100644 --- a/content/ppapi_plugin/ppapi_thread.h +++ b/content/ppapi_plugin/ppapi_thread.h @@ -52,6 +52,7 @@ class PpapiThread : public ChildThread, void OnMsgLoadPlugin(const FilePath& path); void OnMsgCreateChannel(base::ProcessHandle host_process_handle, int renderer_id); + void OnMsgSetNetworkState(bool online); void OnPluginDispatcherMessageReceived(const IPC::Message& msg); // Sets up the channel to the given renderer. On success, returns true and |