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

Unified Diff: chrome/browser/ui/webui/local_discovery/local_discovery_ui_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/local_discovery/local_discovery_ui_handler.h
diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
index 5cce05b6314edef5558bd8967a8a79639fa52b3f..e2577beb7cfc7263d47277234a2dcbea30436d21 100644
--- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
+++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
@@ -33,6 +33,7 @@ namespace local_discovery {
class PrivetConfirmApiCallFlow;
class PrivetHTTPAsynchronousFactory;
class PrivetHTTPResolution;
+class PrivetV1HTTPClient;
class ServiceDiscoverySharedClient;
// UI Handler for chrome://devices/
@@ -166,7 +167,7 @@ class LocalDiscoveryUIHandler : public content::WebUIMessageHandler,
#endif
// The current HTTP client (used for the current operation).
- scoped_ptr<PrivetHTTPClient> current_http_client_;
+ scoped_ptr<PrivetV1HTTPClient> current_http_client_;
// The current register operation. Only one allowed at any time.
scoped_ptr<PrivetRegisterOperation> current_register_operation_;

Powered by Google App Engine
This is Rietveld 408576698