diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 23:52:48 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 23:52:48 +0000 |
commit | d9db9154512aa5966215592069490d1d39e88c9e (patch) | |
tree | f6daa03d71cf73fc92f3a45a5a5b58325b84148d /chrome/browser/plugin_process_host.h | |
parent | a6df511aec98ab84faaa1b238335a4640bba940f (diff) | |
download | chromium_src-d9db9154512aa5966215592069490d1d39e88c9e.zip chromium_src-d9db9154512aa5966215592069490d1d39e88c9e.tar.gz chromium_src-d9db9154512aa5966215592069490d1d39e88c9e.tar.bz2 |
Fix a timing issue that caused gears to fail to load sometimes.
BUG=http://b/issue?id=1559007
BUG=http://code.google.com/p/chromium/issues/detail?id=4219
Review URL: http://codereview.chromium.org/18604
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 24737fc..a4e390c 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -113,7 +113,6 @@ class PluginProcessHost : public IPC::Channel::Listener, void OnResolveProxy(const GURL& url, IPC::Message* reply_msg); void OnPluginShutdownRequest(); void OnPluginMessage(const std::vector<uint8>& data); - void OnGetPluginDataDir(std::wstring* retval); void OnCreateWindow(HWND parent, IPC::Message* reply_msg); void OnDestroyWindow(HWND window); |