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

Unified Diff: chrome/browser/extensions/tab_helper.h

Issue 2465813002: Fix content script injection for cancelled loads with PlzNavigate. (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/browser/extensions/tab_helper.h
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
index 5d62e8372f8671aaf44a9ff0d8881fc01ce799ba..f18bf6c3d5f7e7790371209f2e9c0d35f7d1ae36 100644
--- a/chrome/browser/extensions/tab_helper.h
+++ b/chrome/browser/extensions/tab_helper.h
@@ -152,6 +152,8 @@ class TabHelper : public content::WebContentsObserver,
// content::WebContentsObserver overrides.
void RenderFrameCreated(content::RenderFrameHost* host) override;
+ void DidFinishNavigation(
+ content::NavigationHandle* navigation_handle) override;
void DidNavigateMainFrame(
const content::LoadCommittedDetails& details,
const content::FrameNavigateParams& params) override;
« no previous file with comments | « no previous file | chrome/browser/extensions/tab_helper.cc » ('j') | content/browser/frame_host/navigation_handle_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698