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

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

Issue 2779643002: Use new SafeBrowsing redirect tracking code in CWS pings. (Closed)
Patch Set: cleanup Created 3 years, 8 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
Index: chrome/browser/extensions/webstore_inline_installer.h
diff --git a/chrome/browser/extensions/webstore_inline_installer.h b/chrome/browser/extensions/webstore_inline_installer.h
index 0eb4ce4f9db21ab21db079ae82f56ec04b2776db..3e3760ea769b09f876332a52a37cdbc35ae35a3b 100644
--- a/chrome/browser/extensions/webstore_inline_installer.h
+++ b/chrome/browser/extensions/webstore_inline_installer.h
@@ -49,6 +49,9 @@ class WebstoreInlineInstaller : public WebstoreStandaloneInstaller,
~WebstoreInlineInstaller() override;
+ // Returns whether to use the new navigation event tracker.
+ virtual bool SafeBrowsingNavigationEventsEnabled() const;
+
// Implementations WebstoreStandaloneInstaller Template Method's hooks.
std::string GetJsonPostData() override;
bool CheckRequestorAlive() const override;

Powered by Google App Engine
This is Rietveld 408576698