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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_handler.h

Issue 320683002: Extracted PrivetV1HTTPClient with Privet v1 specific operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/ui/webui/print_preview/print_preview_handler.h
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
index 2a263fa2211ea5e30a750b58d3b2775480c33c0a..3f4a48a3801bdb5336ada146f0b2e9ba095aa735 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
@@ -263,7 +263,7 @@ class PrintPreviewHandler
bool CreatePrivetHTTP(
const std::string& name,
const local_discovery::PrivetHTTPAsynchronousFactory::ResultCallback&
- callback);
+ callback);
void FillPrinterDescription(
const std::string& name,
const local_discovery::DeviceDescription& description,
@@ -303,7 +303,7 @@ class PrintPreviewHandler
scoped_ptr<local_discovery::PrivetHTTPAsynchronousFactory>
privet_http_factory_;
scoped_ptr<local_discovery::PrivetHTTPResolution> privet_http_resolution_;
- scoped_ptr<local_discovery::PrivetHTTPClient> privet_http_client_;
+ scoped_ptr<local_discovery::PrivetV1HTTPClient> privet_http_client_;
scoped_ptr<local_discovery::PrivetJSONOperation>
privet_capabilities_operation_;
scoped_ptr<local_discovery::PrivetLocalPrintOperation>

Powered by Google App Engine
This is Rietveld 408576698