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

Side by Side Diff: chrome/browser/chromeos/drive/dummy_file_system.h

Issue 118993002: drive: Move FileSystem::LoadDirectoryIfNeeded to ChangeListLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
6 #define CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_ 6 #define CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
7 7
8 #include "chrome/browser/chromeos/drive/file_system_interface.h" 8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
9 9
10 namespace drive { 10 namespace drive {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 virtual void GetMetadata( 85 virtual void GetMetadata(
86 const GetFilesystemMetadataCallback& callback) OVERRIDE {} 86 const GetFilesystemMetadataCallback& callback) OVERRIDE {}
87 virtual void MarkCacheFileAsMounted( 87 virtual void MarkCacheFileAsMounted(
88 const base::FilePath& drive_file_path, 88 const base::FilePath& drive_file_path,
89 const MarkMountedCallback& callback) OVERRIDE {} 89 const MarkMountedCallback& callback) OVERRIDE {}
90 virtual void MarkCacheFileAsUnmounted( 90 virtual void MarkCacheFileAsUnmounted(
91 const base::FilePath& cache_file_path, 91 const base::FilePath& cache_file_path,
92 const FileOperationCallback& callback) OVERRIDE {} 92 const FileOperationCallback& callback) OVERRIDE {}
93 virtual void GetCacheEntry(const base::FilePath& drive_file_path, 93 virtual void GetCacheEntry(const base::FilePath& drive_file_path,
94 const GetCacheEntryCallback& callback) OVERRIDE {} 94 const GetCacheEntryCallback& callback) OVERRIDE {}
95 virtual void Reload(const FileOperationCallback& callback) OVERRIDE {} 95 virtual void Reset(const FileOperationCallback& callback) OVERRIDE {}
96 }; 96 };
97 97
98 } // namespace drive 98 } // namespace drive
99 99
100 #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_ 100 #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/drive_integration_service.cc ('k') | chrome/browser/chromeos/drive/fake_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698