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

Unified Diff: components/cloud_devices/common/cloud_devices_urls.h

Issue 258623004: Fixed url to manage specific cloud printers. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « cloud_print/service/win/chrome_launcher.cc ('k') | components/cloud_devices/common/cloud_devices_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices/common/cloud_devices_urls.h
diff --git a/components/cloud_devices/common/cloud_devices_urls.h b/components/cloud_devices/common/cloud_devices_urls.h
index 8e03856880789911ec91b7a591c6694fd9d4983f..76de7005b0700baa3f1a7242291c1233728302c8 100644
--- a/components/cloud_devices/common/cloud_devices_urls.h
+++ b/components/cloud_devices/common/cloud_devices_urls.h
@@ -19,7 +19,8 @@ extern const char kCloudPrintTestPageURL[];
GURL GetCloudPrintURL();
GURL GetCloudPrintRelativeURL(const std::string& relative_path);
GURL GetCloudPrintEnableURL(const std::string& proxy_id);
-GURL GetCloudPrintEnableURLWithSignin(const std::string& proxy_id);
+GURL GetCloudPrintEnableWithSigninURL(const std::string& proxy_id);
+GURL GetCloudPrintManageDeviceURL(const std::string& device_id);
GURL GetCloudPrintSigninURL();
GURL GetCloudPrintAddAccountURL();
« no previous file with comments | « cloud_print/service/win/chrome_launcher.cc ('k') | components/cloud_devices/common/cloud_devices_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698