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

Unified Diff: chrome/browser/local_discovery/gcd_base_api_flow.h

Issue 284223004: List cloud devices in chrome://devices page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/local_discovery/gcd_base_api_flow.h
diff --git a/chrome/browser/local_discovery/gcd_base_api_flow.h b/chrome/browser/local_discovery/gcd_base_api_flow.h
index 624a3d2f212b4f13eeb0e9169b3b55a6cfe72800..42920b56cd09e25bbbd25557ca607f189b53be1c 100644
--- a/chrome/browser/local_discovery/gcd_base_api_flow.h
+++ b/chrome/browser/local_discovery/gcd_base_api_flow.h
@@ -53,21 +53,21 @@ class GCDBaseApiFlow : public net::URLFetcherDelegate,
GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
OAuth2TokenService* token_service,
const std::string& account_id,
- const GURL& automated_claim_url,
+ const GURL& url,
Delegate* delegate);
// Create a cookie-based confirmation.
GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
int user_index,
const std::string& xsrf_token,
- const GURL& automated_claim_url,
+ const GURL& url,
Delegate* delegate);
// Create a cookie-based confirmation with no XSRF token (for requests that
// don't need an XSRF token).
GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
int user_index,
- const GURL& automated_claim_url,
+ const GURL& url,
Delegate* delegate);
virtual ~GCDBaseApiFlow();

Powered by Google App Engine
This is Rietveld 408576698