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

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

Issue 2612653002: Prefix Did{Start|Stop}Loading methods. (Closed)
Patch Set: Created 3 years, 12 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
« no previous file with comments | « components/pdf/renderer/pepper_pdf_host.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 626229b8e8c3f4376bbfbeeeb17ff44fd6d08cff..81512cda9c6523dd62f5d934a6dc311df28eabf9 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -200,8 +200,8 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Used by plugins that load data in this RenderFrame to update the loading
// notifications.
- virtual void DidStartLoading() = 0;
- virtual void DidStopLoading() = 0;
+ virtual void PluginDidStartLoading() = 0;
+ virtual void PluginDidStopLoading() = 0;
#endif
// Returns true if this frame is a FTP directory listing.
« no previous file with comments | « components/pdf/renderer/pepper_pdf_host.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698