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

Unified Diff: content/renderer/web_ui_mojo.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/web_ui_mojo.h
diff --git a/content/renderer/web_ui_mojo.h b/content/renderer/web_ui_mojo.h
index 2a645429a2f3500c2e07c886debc70db243780fd..7908808e95d338fd13afd1efb150bddd6907b303 100644
--- a/content/renderer/web_ui_mojo.h
+++ b/content/renderer/web_ui_mojo.h
@@ -28,7 +28,7 @@ class WebUIMojo
: public RenderViewObserver,
public RenderViewObserverTracker<WebUIMojo> {
public:
- explicit WebUIMojo(RenderView* render_view);
+ explicit WebUIMojo(RenderViewImpl* render_view);
jam 2014/07/25 21:29:58 ditto, no changes in this file or the cc
// Sets the handle to the current WebUI.
void SetBrowserHandle(mojo::ScopedMessagePipeHandle handle);
@@ -67,6 +67,8 @@ class WebUIMojo
// RenderViewObserver overrides:
virtual void DidClearWindowObject(blink::WebLocalFrame* frame) OVERRIDE;
+ RenderViewImpl* render_view_impl_;
+
MainFrameObserver main_frame_observer_;
// Set to true in DidFinishDocumentLoad(). 'main' is only executed once this

Powered by Google App Engine
This is Rietveld 408576698