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

Issue 23581006: Reland 220012: Move the functions of filebrowserPrivateApi from the file_manager namespace to the e… (Closed)

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

Description

Reland 220012: Move the functions of filebrowserPrivateApi from the file_manager namespace to the extensions namespace. Previous version is reverted because of conflicting changes. Previously reverted CL: crrev.com/23545015. BUG=253358 TEST=file_manager_browsertests R=hashimoto@chromium.org, satorux@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220489

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed the comments. #

Patch Set 3 : Rebased #

Patch Set 4 : Fix typo. #

Patch Set 5 : Rebased. #

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -133 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc View 1 chunk +33 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_base.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_base.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_dialog.cc View 6 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc View 1 2 3 9 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc View 1 2 13 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_mount.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_tasks.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_tasks.cc View 1 2 3 4 5 9 chunks +19 lines, -20 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
hirono
Could you take a look to the reland CL? The previous CL is reverted because ...
7 years, 3 months ago (2013-08-29 03:30:34 UTC) #1
satorux1
https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h File chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h (right): https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h#newcode22 chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h:22: : public file_manager::LoggedAsyncExtensionFunction { why not moving LoggedAsyncExtensionFunction to ...
7 years, 3 months ago (2013-08-29 03:34:41 UTC) #2
hirono
https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h File chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h (right): https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h#newcode22 chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h:22: : public file_manager::LoggedAsyncExtensionFunction { On 2013/08/29 03:34:42, satorux1 wrote: ...
7 years, 3 months ago (2013-08-29 03:41:59 UTC) #3
satorux1
https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h File chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h (right): https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h#newcode22 chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h:22: : public file_manager::LoggedAsyncExtensionFunction { On 2013/08/29 03:41:59, hirono wrote: ...
7 years, 3 months ago (2013-08-29 03:50:00 UTC) #4
hirono
So I move the LoggedAsyncExtensionFunction into extensions namespace. Thank you! https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h File chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h (right): https://codereview.chromium.org/23581006/diff/1/chrome/browser/chromeos/extensions/file_manager/private_api_dialog.h#newcode22 ...
7 years, 3 months ago (2013-08-29 06:24:32 UTC) #5
satorux1
LGTM. I'd suggest run "git cl try" and dcommit once try bots are green, rather ...
7 years, 3 months ago (2013-08-29 08:21:05 UTC) #6
hashimoto
lgtm
7 years, 3 months ago (2013-08-29 09:14:29 UTC) #7
hirono
7 years, 3 months ago (2013-08-30 02:43:24 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r220489 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698