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

Unified Diff: chrome/browser/extensions/api/sync_file_system/sync_file_system_api.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: chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
diff --git a/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h b/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
index e41dd542f10a393b96a63a2a6552a4db6f3942e4..fa3e1f973fc9e33e6e95679db65bec3d821afe2d 100644
--- a/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
+++ b/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
@@ -114,8 +114,7 @@ class SyncFileSystemRequestFileSystemFunction
// Returns the file system context for this extension.
fileapi::FileSystemContext* GetFileSystemContext();
- void DidInitializeFileSystemContext(const std::string& service_name,
- sync_file_system::SyncStatusCode status);
+ void DidInitializeFileSystemContext(sync_file_system::SyncStatusCode status);
void DidOpenFileSystem(base::PlatformFileError error,
const std::string& file_system_name,
const GURL& root_url);

Powered by Google App Engine
This is Rietveld 408576698