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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_event_router.h

Issue 10352004: gdata: Implement periodic file system update checks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile error in mock_gdata_file_system.h Created 8 years, 8 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
Index: chrome/browser/chromeos/extensions/file_browser_event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.h b/chrome/browser/chromeos/extensions/file_browser_event_router.h
index 4572adeff12537d16192f8d72cdce98fd83b5509..eede7acd453bcc7111f655412d02c79ad462129f 100644
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.h
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.h
@@ -156,6 +156,8 @@ class FileBrowserEventRouter
const std::string& device_path,
bool small);
+ gdata::GDataFileSystem* GetFileSystem() const;
satorux1 2012/05/03 16:49:29 function comment is missing. one line comment woul
hshi 2012/05/03 17:46:35 Done.
+
scoped_refptr<FileWatcherDelegate> delegate_;
WatcherMap file_watchers_;
scoped_ptr<FileBrowserNotifications> notifications_;

Powered by Google App Engine
This is Rietveld 408576698