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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 900133003: Remove SyncFileSystemservice::GetRemoteService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/sync_file_system_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index bf085f4fc3309a4b84ed9d976377e4e720439db9..e41d1e7aedebcaee36a480ea403b99448462213e 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -163,10 +163,6 @@ class SyncFileSystemService
// and Remote sync).
void RunForEachSyncRunners(void(SyncProcessRunner::*method)());
- // Returns the appropriate RemoteFileSyncService for the given origin/app.
- // (crbug.com/324215)
- RemoteFileSyncService* GetRemoteService(const GURL& origin);
-
Profile* profile_;
scoped_ptr<LocalFileSyncService> local_service_;
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/sync_file_system_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698