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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_engine.h

Issue 314303003: [SyncFS] Create SyncWorkerTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/drive_backend/sync_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/sync_engine.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
index 5d33e0df0c26e88823b8e8fd8195408fff258f2d..516fa79245dfd006403cb8867d968df3c64f2c49 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
@@ -144,11 +144,6 @@ class SyncEngine : public RemoteFileSyncService,
ExtensionServiceInterface* extension_service,
SigninManagerBase* signin_manager);
- // TODO(peria): Migrate this method into test code.
- // This method is not thread safe, because it requires to access metadata
- // database which may live in another thread.
- void UpdateRegisteredAppsForTesting();
-
SyncStatusCallback TrackCallback(const SyncStatusCallback& callback);
scoped_ptr<drive::DriveServiceInterface> drive_service_;
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/sync_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698