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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK fix Created 6 years, 7 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/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
index e23efbe85c83be583cb57066b8b4ccc69b0ebac2..8efc3edd4ea7221091995f922acca32b3da01fff 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.h
@@ -22,7 +22,8 @@ class DataReductionProxyChromeConfigurator
virtual void Enable(bool primary_restricted,
bool fallback_restricted,
const std::string& primary_origin,
- const std::string& fallback_origin) OVERRIDE;
+ const std::string& fallback_origin,
+ const std::string& ssl_origin) OVERRIDE;
virtual void Disable() OVERRIDE;
// Add a host pattern to bypass. This should follow the same syntax used
« no previous file with comments | « chrome/browser/net/predictor.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698