diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 19:17:17 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-27 19:17:17 +0000 |
commit | ebce95222a33462b0fca589d6c3bd4da559a19d9 (patch) | |
tree | f3c61fe05c5b87ab37b2325fc6cc2c99d0f91549 /chrome/common/render_messages.h | |
parent | 65d54260dd1bd4d5ddfde3a728e410f9d8cb467a (diff) | |
download | chromium_src-ebce95222a33462b0fca589d6c3bd4da559a19d9.zip chromium_src-ebce95222a33462b0fca589d6c3bd4da559a19d9.tar.gz chromium_src-ebce95222a33462b0fca589d6c3bd4da559a19d9.tar.bz2 |
Added logic that will retry to reload+reconnect the mobile payment portal page 5 times before it eventually gives up and shows service unavailable error.
Expanded frame sniffer to send an event when a frame which is being watched gets finally loaded. From the sent error (or its absence) and this new event, we can finally reconstruct on the browser side if a given iframe was loaded successfully or not.
BUG=chromium-os:20525, chromium-os:21738
TEST=tricky one to test since it repros on 3g network flakyness. one can edit /usr/lib/cromo/config/madison.ini and put a bad value for olp_root there to trigger this.
Review URL: http://codereview.chromium.org/8341037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 87822fb..847ed36 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -616,6 +616,9 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_PDFHasUnsupportedFeature) IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FrameLoadingError, int /* error */) +// This message indicates the monitored frame loading had completed. +IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_FrameLoadingCompleted) + // The following messages are used to set and get cookies for ChromeFrame // processes. // Used to set a cookie. The cookie is set asynchronously, but will be |