summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/fake_gaia.h
diff options
context:
space:
mode:
authormlerman@chromium.org <mlerman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-26 15:48:34 +0000
committermlerman@chromium.org <mlerman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-26 15:48:34 +0000
commitcdfa7fe0df477f360e56d0c3b7585a2f4c86e272 (patch)
treeb303731f149d7aae33b4c42ee628a3800b476397 /google_apis/gaia/fake_gaia.h
parentf36c3760049daee4f75161e562414209093a2139 (diff)
downloadchromium_src-cdfa7fe0df477f360e56d0c3b7585a2f4c86e272.zip
chromium_src-cdfa7fe0df477f360e56d0c3b7585a2f4c86e272.tar.gz
chromium_src-cdfa7fe0df477f360e56d0c3b7585a2f4c86e272.tar.bz2
non-new-profile-management creates a "no-op" style account_reconcilor,
useful for tracking stats but won't have any real effects. Modify the AccountReconcilor_unittest to execute with the new_profile_management flag on. BUG=357693 TEST=Account Reconciler should function normally when new_profile_management flag is on. Should not have effects when the flag is off, but UMA stats (histograms) and logging (for --vmodule=account_reconcilor=1) should still trace the execution path. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272131 Review URL: https://codereview.chromium.org/276463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/gaia/fake_gaia.h')
-rw-r--r--google_apis/gaia/fake_gaia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/gaia/fake_gaia.h b/google_apis/gaia/fake_gaia.h
index ef49cd6..13a63e6 100644
--- a/google_apis/gaia/fake_gaia.h
+++ b/google_apis/gaia/fake_gaia.h
@@ -150,6 +150,8 @@ class FakeGaia {
net::test_server::BasicHttpResponse* http_response);
void HandleListAccounts(const net::test_server::HttpRequest& request,
net::test_server::BasicHttpResponse* http_response);
+ void HandlePeopleGet(const net::test_server::HttpRequest& request,
+ net::test_server::BasicHttpResponse* http_response);
// Returns the access token associated with |auth_token| that matches the
// given |client_id| and |scope_string|. If |scope_string| is empty, the first