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

Unified Diff: chrome/browser/chromeos/drive/file_system.h

Issue 14884015: drive: Remove DriveFileType (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 4020d7246930d5a51558f618e397bd659633e44a..0907cc449b8496d01cfe916a024401a5364fd04e 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -273,8 +273,7 @@ class FileSystem : public FileSystemInterface,
void OnGetFileCompleteForOpenFile(const GetFileCompleteForOpenParams& params,
FileError error,
const base::FilePath& file_path,
- const std::string& mime_type,
- DriveFileType file_type);
+ scoped_ptr<ResourceEntry> entry);
// Invoked upon completion of MarkDirtyInCache initiated by OpenFile.
void OnMarkDirtyInCacheCompleteForOpenFile(
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698