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

Unified Diff: chrome/common/net/gaia/oauth2_mint_token_fetcher.h

Issue 9570063: Add a flow class to abstract all the details of minting a token for an app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/common/net/gaia/oauth2_mint_token_fetcher.h
===================================================================
--- chrome/common/net/gaia/oauth2_mint_token_fetcher.h (revision 124486)
+++ chrome/common/net/gaia/oauth2_mint_token_fetcher.h (working copy)
@@ -47,10 +47,10 @@
virtual ~OAuth2MintTokenFetcher();
// Start the flow.
- void Start(const std::string& oauth_login_access_token,
- const std::string& client_id,
- const std::vector<std::string>& scopes,
- const std::string& origin);
+ virtual void Start(const std::string& oauth_login_access_token,
+ const std::string& client_id,
+ const std::vector<std::string>& scopes,
+ const std::string& origin);
void CancelRequest();

Powered by Google App Engine
This is Rietveld 408576698