| 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();
|
|
|
|
|