Drive: Mount/Unmount GoogleDrive on Files App when the file system is mounted/unmounted.
This cl is necessary to refresh the list on file manager on unmounting and mounting the drive file system. This patch does the following: - Move the code to raise the mount/unmount events of file manager from file_browser_private_api.cc to file_browser_event_router.cc - Add handlers' interfaces to notify mount/unmount events in gdata_file_system_interface.h. - Call the mount/unmount events to FilesApp when handler is called. - Call the handlers when the file system is mounted/unmounted BUG=135197 TEST=out/Debug/unit_tests:GData* and out/Debug/browser_tests:GData* passes. Review URL: https://chromiumcodereview.appspot.com/10834115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149913 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment