summaryrefslogtreecommitdiffstats
path: root/remoting/test/mock_access_token_fetcher.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-6/+5
| | | | | | | | | | Now there is a presubmit check that doesn't allow Pass() anymore. See https://www.chromium.org/rvalue-references for information about std::move in chromium. Review URL: https://codereview.chromium.org/1545723002 Cr-Commit-Position: refs/heads/master@{#366778}
* Updated the formatting for the app remoting test driver files using ↵joedow2015-03-261-6/+7
| | | | | | | | | | clag-format for consistency. No logic changes. BUG= Review URL: https://codereview.chromium.org/1037723003 Cr-Commit-Position: refs/heads/master@{#322311}
* Adding the AccessTokenFetcher and Environment class to the app remoting testjoedow2015-02-251-0/+32
driver along with unit tests. In this change, the test driver can now call GAIA and retrieve an access and refresh token given an authorization code. It can then store the refresh token locally and retrieve it on subsequent tool runs. BUG= Review URL: https://codereview.chromium.org/880273006 Cr-Commit-Position: refs/heads/master@{#318137}