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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/event_router.h

Issue 23604042: Implement startCopy and cancelCopy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/event_router.h b/chrome/browser/chromeos/extensions/file_manager/event_router.h
index 0d4af090104ef2b53725cbf1222ecc6b028f3928..3e5313dc7cb2d7281beb7b46ee0c8f21892c927f 100644
--- a/chrome/browser/chromeos/extensions/file_manager/event_router.h
+++ b/chrome/browser/chromeos/extensions/file_manager/event_router.h
@@ -22,6 +22,10 @@
class PrefChangeRegistrar;
class Profile;
+namespace base {
+class ListValue;
+}
+
namespace chromeos {
class NetworkState;
}
@@ -66,6 +70,10 @@ class EventRouter
void RemoveFileWatch(const base::FilePath& local_path,
const std::string& extension_id);
+ // Called when a copy task is completed.
+ void OnCopyCompleted(
+ int copy_id, const GURL& url, base::PlatformFileError error);
+
// DiskMountManager::Observer overrides.
virtual void OnDiskEvent(
chromeos::disks::DiskMountManager::DiskEvent event,
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698