summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc')
-rw-r--r--chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc10
1 files changed, 3 insertions, 7 deletions
diff --git a/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc b/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
index 63053cac503..f8677cb1515 100644
--- a/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
+++ b/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
@@ -30,13 +30,9 @@ GaiaWebAuthFlow::GaiaWebAuthFlow(Delegate* delegate,
: delegate_(delegate),
profile_(profile),
account_id_(token_key->account_id) {
- TRACE_EVENT_ASYNC_BEGIN2("identity",
- "GaiaWebAuthFlow",
- this,
- "extension_id",
- token_key->extension_id,
- "account_id",
- token_key->account_id);
+ TRACE_EVENT_ASYNC_BEGIN2("identity", "GaiaWebAuthFlow", this, "extension_id",
+ token_key->extension_id, "account_id",
+ token_key->account_id.id);
const char kOAuth2RedirectPathFormat[] = "/%s";
const char kOAuth2AuthorizeFormat[] =