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

Unified Diff: chrome/browser/chromeos/file_system_provider/operations/operation.h

Issue 329483002: [fsp] Group arguments for API methods and events in dictionaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up. Created 6 years, 6 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/file_system_provider/operations/operation.h
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h
index 86740b7ca1d461630e7b8a7443ef19b90748c2e6..3c1e78aa5f8c416a2fa69b8e03bb2ab3aa49cc7d 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.h
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h
@@ -14,7 +14,7 @@
#include "webkit/browser/fileapi/async_file_util.h"
namespace base {
-class ListValue;
+class DictionaryValue;
} // namespace base
namespace extensions {
@@ -53,7 +53,7 @@ class Operation : public RequestManager::HandlerInterface {
// extension does not handle the |event_name| event.
bool SendEvent(int request_id,
const std::string& event_name,
- scoped_ptr<base::ListValue> event_args);
+ scoped_ptr<base::DictionaryValue> options);
ProvidedFileSystemInfo file_system_info_;

Powered by Google App Engine
This is Rietveld 408576698