summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-15 00:04:01 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-15 00:04:01 +0000
commit35fa6a20ef621d22e6ba79e7306abad870cab4e4 (patch)
treed976dc15d9ac13976cb444cce875d5cbb790e102 /chrome/common/render_messages_internal.h
parentb7a20d363af744159a2bb85bfe3db027d2d4819e (diff)
downloadchromium_src-35fa6a20ef621d22e6ba79e7306abad870cab4e4.zip
chromium_src-35fa6a20ef621d22e6ba79e7306abad870cab4e4.tar.gz
chromium_src-35fa6a20ef621d22e6ba79e7306abad870cab4e4.tar.bz2
Ensure we don't load plugins on the IO thread.
I had to move the locks from PluginService to PluginList, so that a lock (which can block other threads) isn't held while loading the plugins. BUG=17938 TEST=added asserts which crash if plugins loaded on IO thread, current UI tests exercise them Review URL: http://codereview.chromium.org/164305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 2ab7397..80e5510 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -905,10 +905,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
FilePath /* filename */,
std::string /* actual mime type for url */)
- // Retrieve the data directory associated with the renderer's profile.
- IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetDataDir,
- std::wstring /* data_dir_retval */)
-
// Allows a chrome plugin loaded in a renderer process to send arbitrary
// data to an instance of the same plugin loaded in the browser process.
IPC_MESSAGE_CONTROL2(ViewHostMsg_PluginMessage,