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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc

Issue 2875993002: Converging the two previews type enums (Closed)
Patch Set: header change Created 3 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_io_data.cc
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
index 3736e8b428c8917595a627c0228cb7083657646b..b06934a8fe3584f8987c47707615811a154eaffd 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
@@ -65,8 +65,7 @@ void AddPreviewNavigationToBlackListCallback(
void OnLoFiResponseReceivedOnUI(content::WebContents* web_contents) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
PreviewsInfoBarDelegate::Create(
- web_contents, PreviewsInfoBarDelegate::LOFI,
- true /* is_data_saver_user */,
+ web_contents, previews::PreviewsType::LOFI, true /* is_data_saver_user */,
megjablon 2017/05/11 23:49:45 #include "components/previews/core/previews_experi
RyanSturm 2017/05/15 16:23:08 Already included
base::Bind(&AddPreviewNavigationToBlackListCallback,
web_contents->GetBrowserContext(),
web_contents->GetController()

Powered by Google App Engine
This is Rietveld 408576698