summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 23:58:14 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 23:58:14 +0000
commit9442906f62cda897c8b48b4dc8a3993819f09828 (patch)
tree81d154e1abc986428def0dd478d9b6445fe7be57 /content/common/browser_plugin
parent9a51709a90a0b43c4910a0505d3c76d8f12a9ce5 (diff)
downloadchromium_src-9442906f62cda897c8b48b4dc8a3993819f09828.zip
chromium_src-9442906f62cda897c8b48b4dc8a3993819f09828.tar.gz
chromium_src-9442906f62cda897c8b48b4dc8a3993819f09828.tar.bz2
<webview>: Move loadabort from content to chrome
BUG=166165 Test=WebViewTest.Shim_TestLoadAbort* TBR=benwells@chromium.org for ad_view.js Review URL: https://chromiumcodereview.appspot.com/18650007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/browser_plugin')
-rw-r--r--content/common/browser_plugin/browser_plugin_messages.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 70d085a..64095bd 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -323,16 +323,6 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_GuestContentWindowReady,
int /* instance_id */,
int /* source_routing_id */)
-// If the guest fails to commit a page load then it will inform the
-// embedder through the BrowserPluginMsg_LoadAbort. A description
-// of the error will be stored in |type|. The list of known error
-// types can be found in net/base/net_error_list.h.
-IPC_MESSAGE_CONTROL4(BrowserPluginMsg_LoadAbort,
- int /* instance_id */,
- GURL /* url */,
- bool /* is_top_level */,
- std::string /* type */)
-
// When the guest commits a navigation, the browser process informs
// the embedder through the BrowserPluginMsg_LoadCommit message.
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_LoadCommit,