Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Issue 23549016: [Files.app] Fetch and use CWS OAuth token instead of Drive token in Suggest app dialog. (Closed)

Created:
7 years, 3 months ago by yoshiki
Modified:
7 years, 3 months ago
Reviewers:
hidehiko, benwells, hirono
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, rginda+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

[Files.app] Fetch and use CWS OAuth token instead of Drive token in Suggest app dialog. We need to pass the CWS OAuth token to the CWS widget in Suggest app dialog, instead of Drive OAuth token. This patch adds the method to fetch the CWS token and replace the drive token with it in Suggest app dialog. BUG=none TEST=manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222004

Patch Set 1 #

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : addressed comment #

Patch Set 4 : rebase #

Patch Set 5 : Fix test failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -5 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.h View 1 2 3 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 1 2 3 4 2 chunks +66 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/js/suggest_apps_dialog.js View 1 2 3 2 chunks +10 lines, -5 lines 0 comments Download
M chrome/common/extensions/api/file_browser_private.json View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
yoshiki
@hirono, could you look at JS file? @hidehiko, could you look at C++ files? Thanks.
7 years, 3 months ago (2013-09-04 05:06:12 UTC) #1
hirono
On 2013/09/04 05:06:12, yoshiki wrote: > @hirono, could you look at JS file? > @hidehiko, ...
7 years, 3 months ago (2013-09-04 05:23:26 UTC) #2
hidehiko
https://codereview.chromium.org/23549016/diff/2/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc File chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc (right): https://codereview.chromium.org/23549016/diff/2/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc#newcode310 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc:310: SendResponse(false); FYI: for error handling, setting error_ may be ...
7 years, 3 months ago (2013-09-04 05:45:07 UTC) #3
yoshiki
@hidehiko, PTAL https://codereview.chromium.org/23549016/diff/2/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc File chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc (right): https://codereview.chromium.org/23549016/diff/2/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc#newcode310 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc:310: SendResponse(false); On 2013/09/04 05:45:08, hidehiko wrote: > ...
7 years, 3 months ago (2013-09-04 06:14:58 UTC) #4
hidehiko
lgtm.
7 years, 3 months ago (2013-09-04 06:21:40 UTC) #5
yoshiki
@benwells, could you take a look at file_browser_private.json? Thanks.
7 years, 3 months ago (2013-09-04 06:27:42 UTC) #6
benwells
sorry about the review latency, i've been travelling lgtm
7 years, 3 months ago (2013-09-09 05:00:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/23549016/12001
7 years, 3 months ago (2013-09-09 05:01:58 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-09 05:02:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/23549016/27001
7 years, 3 months ago (2013-09-09 05:14:58 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=152491
7 years, 3 months ago (2013-09-09 08:12:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/23549016/47001
7 years, 3 months ago (2013-09-09 09:32:30 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-09-09 11:25:27 UTC) #13
Message was sent while issue was closed.
Change committed as 222004

Powered by Google App Engine
This is Rietveld 408576698