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

Unified Diff: cloud_print/gcp20/prototype/cloud_print_requester.h

Issue 19468002: Added confirmation for printer registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-api-availability-check
Patch Set: Created 7 years, 5 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: cloud_print/gcp20/prototype/cloud_print_requester.h
diff --git a/cloud_print/gcp20/prototype/cloud_print_requester.h b/cloud_print/gcp20/prototype/cloud_print_requester.h
index 9502d0e4cac0e43bab7bec17a9cc1db867cb0058..70f6d83d1fa666a0d7aad8ae4196a2c3ac3e916b 100644
--- a/cloud_print/gcp20/prototype/cloud_print_requester.h
+++ b/cloud_print/gcp20/prototype/cloud_print_requester.h
@@ -20,7 +20,7 @@ typedef base::Callback<void(const std::string&)> ParserCallback;
class CloudPrintURLRequestContextGetter;
-extern const char* kCloudPrintUrl;
+extern const char kCloudPrintUrl[];
// Class for requesting CloudPrint server and parsing responses.
class CloudPrintRequester : public net::URLFetcherDelegate,
« no previous file with comments | « no previous file | cloud_print/gcp20/prototype/cloud_print_requester.cc » ('j') | cloud_print/gcp20/prototype/dns_sd_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698