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

Unified Diff: content/renderer/render_frame_impl.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 | « content/public/renderer/render_frame.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 6ae3cba3dd51ce533c1d502ef1675c1d43584b51..d2c803e420ef2d7877e685256c037292977f7e7a 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -428,8 +428,8 @@ class CONTENT_EXPORT RenderFrameImpl
const gfx::Size& unobscured_size,
RecordPeripheralDecision record_decision) const override;
void WhitelistContentOrigin(const url::Origin& content_origin) override;
- void DidStartLoading() override;
- void DidStopLoading() override;
+ void PluginDidStartLoading() override;
+ void PluginDidStopLoading() override;
#endif
bool IsFTPDirectoryListing() override;
void AttachGuest(int element_instance_id) override;
« no previous file with comments | « content/public/renderer/render_frame.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698