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

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

Issue 10880075: drive: Fix a crash caused by an empty edit URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor fix Created 8 years, 4 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 | « chrome/browser/chromeos/gdata/drive_file_system.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/drive_file_system_interface.h
diff --git a/chrome/browser/chromeos/gdata/drive_file_system_interface.h b/chrome/browser/chromeos/gdata/drive_file_system_interface.h
index 0749a8ddfc3fd9a1191be8038f374ffd4868075b..562d01e12acc63d8635a0d1c63e82e577c3e15bb 100644
--- a/chrome/browser/chromeos/gdata/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/gdata/drive_file_system_interface.h
@@ -227,6 +227,7 @@ class DriveFileSystemInterface {
// TODO(satorux): is_recursive is not supported yet. crbug.com/138282
//
// Can be called from UI/IO thread. |callback| is run on the calling thread.
+ // |callback| must not be null.
virtual void Remove(const FilePath& file_path,
bool is_recursive,
const FileOperationCallback& callback) = 0;
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_file_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698