diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 17:42:02 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 17:42:02 +0000 |
commit | dead21caa8e88e85efcd90f033a92629b0df08b3 (patch) | |
tree | cf899e2b6cd445ffc4343a03422d6fc7dda19e25 /content/browser/web_contents/web_contents_impl.h | |
parent | 02a63db901e14b550815e592016c27fa395cb7b6 (diff) | |
download | chromium_src-dead21caa8e88e85efcd90f033a92629b0df08b3.zip chromium_src-dead21caa8e88e85efcd90f033a92629b0df08b3.tar.gz chromium_src-dead21caa8e88e85efcd90f033a92629b0df08b3.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index 765ac46..528ffa7 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -796,6 +796,7 @@ class CONTENT_EXPORT WebContentsImpl const std::vector<gfx::Size>& original_bitmap_sizes); void OnUpdateFaviconURL(const std::vector<FaviconURL>& candidates); void OnFirstVisuallyNonEmptyPaint(); + void OnWebUIMojoMainRan(); void OnMediaPlayingNotification(int64 player_cookie, bool has_video, bool has_audio); |