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

Unified Diff: content/public/renderer/render_view.h

Issue 19800005: Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implement… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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/public/renderer/render_view.h
===================================================================
--- content/public/renderer/render_view.h (revision 212906)
+++ content/public/renderer/render_view.h (working copy)
@@ -146,6 +146,11 @@
const WebKit::WebURLRequest& request,
WebKit::WebNavigationPolicy policy) = 0;
+ // Used by plugins that load data in this RenderView to update the loading
+ // notifications.
+ virtual void DidStartLoading() = 0;
+ virtual void DidStopLoading() = 0;
+
// Notifies the renderer that a paint is to be generated for the size
// passed in.
virtual void Repaint(const gfx::Size& size) = 0;

Powered by Google App Engine
This is Rietveld 408576698