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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h

Issue 2833523002: Adding opt out and previews type information to DRP pingback (Closed)
Patch Set: bengr comments 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
index c14d723f453f5e313c412bdc8990f6dc281cf65a..0a54c8671bd69b1e3e6ffa3705d5aec273c1b379 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
@@ -120,7 +120,7 @@ class DataReductionProxyConfigServiceClient
// Examines |response_headers| to determine if an authentication failure
// occurred on a Data Reduction Proxy. Returns true if authentication failure
- // occured, and the session key specified in |request_headers| matches the
+ // occurred, and the session key specified in |request_headers| matches the
// current session in use by the client. If an authentication failure is
// detected, it fetches a new config.
bool ShouldRetryDueToAuthFailure(

Powered by Google App Engine
This is Rietveld 408576698