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

Unified Diff: content/browser/plugin_content_origin_whitelist.h

Issue 2667753005: Convert PluginContentOriginWhitelist to use the new navigation callbacks. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | content/browser/plugin_content_origin_whitelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_content_origin_whitelist.h
diff --git a/content/browser/plugin_content_origin_whitelist.h b/content/browser/plugin_content_origin_whitelist.h
index fbeab39564729e76ef153243e611d3b0918f4972..f6f17e865f436cb53830e356c94b2c4ad62bea22 100644
--- a/content/browser/plugin_content_origin_whitelist.h
+++ b/content/browser/plugin_content_origin_whitelist.h
@@ -36,9 +36,7 @@ class PluginContentOriginWhitelist : public WebContentsObserver {
void RenderFrameCreated(RenderFrameHost* render_frame_host) override;
bool OnMessageReceived(const IPC::Message& message,
RenderFrameHost* render_frame_host) override;
- void DidNavigateMainFrame(
- const LoadCommittedDetails& details,
- const FrameNavigateParams& params) override;
+ void DidFinishNavigation(NavigationHandle* navigation_handle) override;
void OnPluginContentOriginAllowed(const url::Origin& content_origin);
« no previous file with comments | « no previous file | content/browser/plugin_content_origin_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698