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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_url.h

Issue 7518002: Add sign in dialog for GCP->print preview integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 4 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/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.

Powered by Google App Engine
This is Rietveld 408576698