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

Issue 9719012: Revert 127317 - Implemented API for tracking ongoing file transfers from file manager. (Closed)

Created:
8 years, 9 months ago by zel
Modified:
8 years, 9 months ago
Reviewers:
zel
CC:
chromium-reviews, nkostylev+watch_chromium.org, achuith+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews), stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Revert 127317 - Implemented API for tracking ongoing file transfers from file manager. new method: chrome.fileManagerPrivate.getFileTransfers(function(transfers) { }); new event: chrome.fileManagerPrivate.onFileTransfersUpdated.addListener(function(transfers) { }); where: transfers = [ { 'fileUrl': 'filesystem://.../external/gdata/myfile.txt', 'transferState': 'started|in_progress|completed|failed', 'transferType': 'upload|download', 'processed': 1234, 'total': 54331 }, ... ] BUG=chromium-os:27819 TEST=none Review URL: https://chromiumcodereview.appspot.com/9703042 TBR=zelidrag@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127331

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -370 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_event_router.h View 6 chunks +8 lines, -48 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 23 chunks +42 lines, -109 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 6 chunks +6 lines, -35 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.h View 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 6 chunks +4 lines, -45 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 2 chunks +1 line, -16 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_mock.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_event_names.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_event_names.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/file_manager/js/directory_model.js View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/common/extensions/api/fileBrowserPrivate.json View 3 chunks +0 lines, -62 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
zel
8 years, 9 months ago (2012-03-17 02:54:23 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698