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

Unified Diff: webkit/fileapi/syncable/syncable_file_system_util.cc

Issue 15026008: Add enable-sync-directory-operation to about:flags (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed creating duplicate switch 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
Index: webkit/fileapi/syncable/syncable_file_system_util.cc
diff --git a/webkit/fileapi/syncable/syncable_file_system_util.cc b/webkit/fileapi/syncable/syncable_file_system_util.cc
index e785ba46d4d91002261c0a231998c99dc051b4da..2bb7626f303047419e0d3b8b8438df9405202ad6 100644
--- a/webkit/fileapi/syncable/syncable_file_system_util.cc
+++ b/webkit/fileapi/syncable/syncable_file_system_util.cc
@@ -29,6 +29,10 @@ bool is_directory_operation_enabled = false;
}
+const char* GetFlagForDirectoryOperation() {
+ return kEnableSyncDirectoryOperation;
+}
+
bool RegisterSyncableFileSystem(const std::string& service_name) {
return ExternalMountPoints::GetSystemInstance()->RegisterFileSystem(
service_name, fileapi::kFileSystemTypeSyncable, base::FilePath());

Powered by Google App Engine
This is Rietveld 408576698