Skip to content

Commit

Permalink
Componentize and rename ProfileOAuth2TokenServiceRequest.
Browse files Browse the repository at this point in the history
The purpose of this change is to move ProfileOAuth2TokenServiceRequest
into google_apis/gaia and drop any browser dependencies.

ProfileOAuth2TokenServiceRequest becomes OAuth2TokenServiceRequest.

Add support for invalidating tokens.

Review URL: https://codereview.chromium.org/299943003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274255 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
maniscalco@chromium.org committed Jun 2, 2014
1 parent a420520 commit 0dae692
Show file tree
Hide file tree
Showing 12 changed files with 707 additions and 451 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// See |ProfileOAuth2TokenService| for usage details.
//
// Note: requests should be started from the UI thread. To start a
// request from other thread, please use ProfileOAuth2TokenServiceRequest.
// request from other thread, please use OAuth2TokenServiceRequest.
class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService {
public:
// Registers the AndroidProfileOAuth2TokenService's native methods through
Expand Down
231 changes: 0 additions & 231 deletions chrome/browser/signin/profile_oauth2_token_service_request.cc

This file was deleted.

55 changes: 0 additions & 55 deletions chrome/browser/signin/profile_oauth2_token_service_request.h

This file was deleted.

Loading

0 comments on commit 0dae692

Please sign in to comment.