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

Unified Diff: chromeos/dbus/cros_disks_client.h

Issue 10083067: gdata: Support opening zip file on Google Docs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: gdata: Support opening zip file on Google Docs 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
« no previous file with comments | « chrome/test/data/extensions/api_test/filebrowser_mount/test.js ('k') | chromeos/dbus/cros_disks_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cros_disks_client.h
diff --git a/chromeos/dbus/cros_disks_client.h b/chromeos/dbus/cros_disks_client.h
index 88e6aee998188fbfe60cfdeab6c60f6420c7f582..d7251a0a9eadf71a71d1e265c6462cb3586ae722 100644
--- a/chromeos/dbus/cros_disks_client.h
+++ b/chromeos/dbus/cros_disks_client.h
@@ -178,7 +178,10 @@ class CHROMEOS_EXPORT CrosDisksClient {
// Calls Mount method. |callback| is called after the method call succeeds,
// otherwise, |error_callback| is called.
+ // The argument |source_format| can be empty, in which case the source format
+ // is auto-detected.
satorux1 2012/04/24 22:54:15 please also document valid values for this. maybe
hshi 2012/04/24 23:00:04 The list of valid values is not small. According t
satorux1 2012/04/24 23:01:29 Then, I'd use ".zip" as an example, and add a refe
Ben Chan 2012/04/24 23:04:16 They are all supported by CrOS regardless of platf
hshi 2012/04/24 23:10:14 Done with emphasis on the fact that extension shou
virtual void Mount(const std::string& source_path,
+ const std::string& source_format,
MountType type,
const MountCallback& callback,
const ErrorCallback& error_callback) = 0;
« no previous file with comments | « chrome/test/data/extensions/api_test/filebrowser_mount/test.js ('k') | chromeos/dbus/cros_disks_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698