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

Unified Diff: chrome/browser/local_discovery/privetv3_session.cc

Issue 618453003: Enable V3 fetcher mode for privet v3 session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privetv3_session.cc
diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc
index 50ed6baa119830b8a2d50d120e31346b70a4a100..d3bbb96dc06411d4e77774c0b39f0c924457c3de 100644
--- a/chrome/browser/local_discovery/privetv3_session.cc
+++ b/chrome/browser/local_discovery/privetv3_session.cc
@@ -133,6 +133,7 @@ void PrivetV3Session::StartRequest(Request* request) {
url_fetcher->SetUploadData(cloud_print::kContentTypeJSON, json);
request->fetcher_delegate_->url_fetcher_ = url_fetcher.Pass();
+ request->fetcher_delegate_->url_fetcher_->V3Mode();
request->fetcher_delegate_->url_fetcher_->Start();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698