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

Unified Diff: chrome/browser/safe_browsing/services_delegate_impl.h

Issue 2647323009: Add extended reporting level in the update request (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
Index: chrome/browser/safe_browsing/services_delegate_impl.h
diff --git a/chrome/browser/safe_browsing/services_delegate_impl.h b/chrome/browser/safe_browsing/services_delegate_impl.h
index e975b83914bcb5677d947af39b4d6151da87abf3..38cefc9b8da128a6a2f110e345e9215f65d95d7a 100644
--- a/chrome/browser/safe_browsing/services_delegate_impl.h
+++ b/chrome/browser/safe_browsing/services_delegate_impl.h
@@ -33,6 +33,7 @@ class ServicesDelegateImpl : public ServicesDelegate {
void Initialize() override;
void InitializeCsdService(
net::URLRequestContextGetter* context_getter) override;
+
Jialiu Lin 2017/01/25 02:03:29 nit: Is this extra empty line intentional?
vakh (use Gerrit instead) 2017/01/25 02:13:41 Nope. Removed.
void ShutdownServices() override;
void RefreshState(bool enable) override;
void ProcessResourceRequest(const ResourceRequestInfo* request) override;
@@ -51,6 +52,8 @@ class ServicesDelegateImpl : public ServicesDelegate {
const V4ProtocolConfig& v4_config) override;
void StopOnIOThread(bool shutdown) override;
+ ExtendedReportingLevel GetMayBeExtendedReportingLevel() const;
Jialiu Lin 2017/01/25 02:03:29 nit: function name sounds a little bit funny. mayb
vakh (use Gerrit instead) 2017/01/25 02:13:41 Done.
+
DownloadProtectionService* CreateDownloadProtectionService();
IncidentReportingService* CreateIncidentReportingService();
ResourceRequestDetector* CreateResourceRequestDetector();

Powered by Google App Engine
This is Rietveld 408576698