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

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

Issue 23477070: Move OnFileSystemMounted/BeingUnmounted to VolumeManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 9760b9f9758198418c42d72921c631c489154652..5f5eaeb33f1b2ce5eef383fc2eaf63a6b9971b31 100644
--- a/chrome/browser/chromeos/extensions/file_manager/event_router.h
+++ b/chrome/browser/chromeos/extensions/file_manager/event_router.h
@@ -40,7 +40,6 @@ class DesktopNotifications;
// affecting File Manager. Dispatches appropriate File Browser events.
class EventRouter
: public chromeos::NetworkStateHandlerObserver,
- public drive::DriveIntegrationServiceObserver,
public drive::FileSystemObserver,
public drive::JobListObserver,
public drive::DriveServiceObserver,
@@ -92,11 +91,6 @@ class EventRouter
virtual void OnDirectoryChanged(
const base::FilePath& directory_path) OVERRIDE;
- // drive::DriveIntegrationServiceObserver overrides.
- // TODO(hidehiko): Move these to VolumeManager.
- virtual void OnFileSystemMounted() OVERRIDE;
- virtual void OnFileSystemBeingUnmounted() OVERRIDE;
-
// VolumeManagerObserver overrides.
virtual void OnDiskAdded(
const chromeos::disks::DiskMountManager::Disk& disk,
« 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