Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: content/renderer/render_view_impl.h

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky fixes Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 0223326e8fa64d6bc944a9d8ec550b8e076d3b39..9a34af17866c88c4bb0a8bdd731d950ef6b3096a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -320,6 +320,9 @@ class CONTENT_EXPORT RenderViewImpl
// supported PPAPI plug-ins.
bool HasIMETextFocus();
+ // Called after WebUIMojoContextState has run the 'main' module.
+ void WebUIMojoMainRan();
jam 2014/07/25 21:29:58 no changes here or in the cc file
+
// Callback for use with GetWindowSnapshot.
typedef base::Callback<void(
const gfx::Size&, const std::vector<unsigned char>&)>

Powered by Google App Engine
This is Rietveld 408576698