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

Unified Diff: chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h

Issue 2668003004: Convert extensions::TabHelper to use the new navigation callbacks. (Closed)
Patch Set: update 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 | chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h
diff --git a/chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h b/chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h
index f8f52063b124e48fd8814ae3d386e30687beeac9..09ded348d276534b8d9842afbcc7d2cc795a9951 100644
--- a/chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h
+++ b/chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h
@@ -28,8 +28,6 @@
namespace content {
class BrowserContext;
class WebContents;
-struct FrameNavigateParams;
-struct LoadCommittedDetails;
}
namespace extensions {
@@ -69,10 +67,9 @@ class ChromeContentRulesRegistry
// ContentRulesRegistry:
void MonitorWebContentsForRuleEvaluation(
content::WebContents* contents) override;
- void DidNavigateMainFrame(
+ void DidFinishNavigation(
content::WebContents* tab,
- const content::LoadCommittedDetails& details,
- const content::FrameNavigateParams& params) override;
+ content::NavigationHandle* navigation_handle) override;
// RulesRegistry:
std::string AddRulesImpl(
« no previous file with comments | « no previous file | chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698