| Index: chrome/browser/printing/cloud_print/cloud_print_url.h
|
| diff --git a/chrome/browser/printing/cloud_print/cloud_print_url.h b/chrome/browser/printing/cloud_print/cloud_print_url.h
|
| index 27ea76f3ab1740fd4969e3cbe926a183e6fb368f..ce67471aab048cc8bbb2b49687ba6d10343704f1 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_url.h
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_url.h
|
| @@ -20,6 +20,7 @@ class CloudPrintURL {
|
| GURL GetCloudPrintServiceDialogURL();
|
| GURL GetCloudPrintServiceManageURL();
|
| GURL GetCloudPrintServiceEnableURL(const std::string& proxy_id);
|
| + GURL GetCloudPrintSigninURL();
|
|
|
| // These aren't derived from the service, but it makes sense to keep all the
|
| // URLs together, and this gives the unit tests access for testing.
|
|
|