diff options
author | dcaiafa@google.com <dcaiafa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 19:51:36 +0000 |
---|---|---|
committer | dcaiafa@google.com <dcaiafa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 19:51:36 +0000 |
commit | 2b578400dec8e7ea05d3c681d2da9a64a3be6a26 (patch) | |
tree | c55ab365f5c34d156b639911da86be81c421e054 /content/common/frame_messages.h | |
parent | a27feb209dc10f39ee4e0a90ac622623fefb5960 (diff) | |
download | chromium_src-2b578400dec8e7ea05d3c681d2da9a64a3be6a26.zip chromium_src-2b578400dec8e7ea05d3c681d2da9a64a3be6a26.tar.gz chromium_src-2b578400dec8e7ea05d3c681d2da9a64a3be6a26.tar.bz2 |
Revert 286247 "mojo: Port chrome://identity-internals to mojo We..."
Likely culprit to:
http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%282%29/builds/53876
> mojo: Port chrome://identity-internals to mojo Web UI.
>
> BUG=391095
> NOPRESUBMIT=true
> R=fgorski@chromium.org, jam@chromium.org, jschuh@chromium.org, sky@chromium.org
>
> Review URL: https://codereview.chromium.org/365513002
TBR=erg@chromium.org
Review URL: https://codereview.chromium.org/427083002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/frame_messages.h')
-rw-r--r-- | content/common/frame_messages.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h index ca117a87..6e53ded 100644 --- a/content/common/frame_messages.h +++ b/content/common/frame_messages.h @@ -688,7 +688,3 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_BeginNavigation, // Sent once a paint happens after the first non empty layout. In other words // after the frame has painted something. IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFirstVisuallyNonEmptyPaint) - -// Sent when a WebUI page that uses Mojo has executed its 'main' module. Our -// javascript based testing framework must wait until this has happened. -IPC_MESSAGE_ROUTED0(FrameHostMsg_WebUIMojoMainRan) |