summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/file_system_context.cc
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 07:23:56 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 07:23:56 +0000
commit3899be4f08ba835bdf1c6af501a64eb438cc304c (patch)
tree3d0c1ce7d31fe301bbab5f7e871adbe7865af12e /webkit/browser/fileapi/file_system_context.cc
parentdedd0a9e00390f585c41f065d1bff0731bd4a2d8 (diff)
downloadchromium_src-3899be4f08ba835bdf1c6af501a64eb438cc304c.zip
chromium_src-3899be4f08ba835bdf1c6af501a64eb438cc304c.tar.gz
chromium_src-3899be4f08ba835bdf1c6af501a64eb438cc304c.tar.bz2
Cleanup: Deprecate DriveFileSyncService::kServiceName
Also deprecate service_name parameters everywhere in SyncFileSystem. BUG=246123 TEST=unit_tests:Drive\*, content_unittests:SyncableFileSystemUtilTest TBR=nhiroki@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/16109008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/browser/fileapi/file_system_context.cc')
-rw-r--r--webkit/browser/fileapi/file_system_context.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/browser/fileapi/file_system_context.cc b/webkit/browser/fileapi/file_system_context.cc
index c8bb838..881a334 100644
--- a/webkit/browser/fileapi/file_system_context.cc
+++ b/webkit/browser/fileapi/file_system_context.cc
@@ -233,7 +233,6 @@ void FileSystemContext::OpenFileSystem(
}
void FileSystemContext::OpenSyncableFileSystem(
- const std::string& mount_name,
const GURL& origin_url,
FileSystemType type,
OpenFileSystemMode mode,
@@ -242,8 +241,7 @@ void FileSystemContext::OpenSyncableFileSystem(
DCHECK(type == kFileSystemTypeSyncable);
- GURL root_url = sync_file_system::GetSyncableFileSystemRootURI(
- origin_url, mount_name);
+ GURL root_url = sync_file_system::GetSyncableFileSystemRootURI(origin_url);
std::string name = GetFileSystemName(origin_url, kFileSystemTypeSyncable);
FileSystemMountPointProvider* mount_point_provider =