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

Unified Diff: webkit/browser/fileapi/file_system_context.h

Issue 16109008: Cleanup: Deprecate DriveFileSyncService::kServiceName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/fileapi/file_system_context.h
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h
index 64104dc30866e18af7a6eb21267c2eb501f86e0c..102a7d2491351ad3cb4f4ea85770de7797e8205b 100644
--- a/webkit/browser/fileapi/file_system_context.h
+++ b/webkit/browser/fileapi/file_system_context.h
@@ -167,7 +167,6 @@ class WEBKIT_STORAGE_EXPORT FileSystemContext
// Currently only kFileSystemTypeSyncable type is supported.
// TODO(kinuko): Deprecate this method. (http://crbug.com/177137)
void OpenSyncableFileSystem(
- const std::string& mount_name,
const GURL& origin_url,
FileSystemType type,
OpenFileSystemMode mode,

Powered by Google App Engine
This is Rietveld 408576698