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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_file_system.h

Issue 10332267: Revert 138055 - gdata: Add requestDirectoryRefresh to file_browser_private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/gdata/mock_gdata_file_system.h
===================================================================
--- chrome/browser/chromeos/gdata/mock_gdata_file_system.h (revision 138055)
+++ chrome/browser/chromeos/gdata/mock_gdata_file_system.h (working copy)
@@ -73,8 +73,6 @@
MOCK_METHOD2(ReadDirectoryByPathAsync,
void(const FilePath& file_path,
const ReadDirectoryCallback& callback));
- MOCK_METHOD1(RequestDirectoryRefresh,
- void(const FilePath& file_path));
MOCK_METHOD2(GetFileInfoByPath, bool(const FilePath& file_path,
GDataFileProperties* properties));
MOCK_CONST_METHOD1(IsUnderGDataCacheDirectory, bool(const FilePath& path));
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.cc ('k') | chrome/browser/extensions/extension_function_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698