From 23b1e0868f509f9e717c0b2e7cf331f55b5e73f5 Mon Sep 17 00:00:00 2001 From: "mkearney@google.com" Date: Thu, 13 Sep 2012 17:54:31 +0000 Subject: [PATCH] Changes type names and matched descriptions for experimental identity API. Review URL: https://codereview.chromium.org/10918221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156578 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/api/experimental_identity.idl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/chrome/common/extensions/api/experimental_identity.idl b/chrome/common/extensions/api/experimental_identity.idl index b7754735c327..020d17e87fef 100644 --- a/chrome/common/extensions/api/experimental_identity.idl +++ b/chrome/common/extensions/api/experimental_identity.idl @@ -4,13 +4,12 @@ namespace experimental.identity { - [inline_doc] dictionary TokenDetails { - // Whether to prompt the user to log in or grant scope permissions (if they - // have not already done so). Default is false. + [inline_doc] dictionary TokenOptions { + // Whether to get auth token in interactive mode. Default is false. boolean? interactive; }; - [inline_doc] dictionary WebAuthFlowDetails { + [inline_doc] dictionary WebAuthFlowOptions { // The URL that initiates the auth flow. DOMString url; -- 2.11.4.GIT