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

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

Issue 322813002: [SyncFS] Drop test only un-thread-safe getters from SyncEngine (4) (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
Index: chrome/browser/sync_file_system/drive_backend/sync_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
index 8367bbb54bb37e83c7172278479b8611b3debacd..867751c5fc7d562659f90767f75e5cdacae56243 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
@@ -140,6 +140,7 @@ class SyncWorker : public SyncTaskManager::Client {
void DetachFromSequence();
private:
+ friend class DriveBackendSyncTest;
friend class SyncEngineTest;
void DoDisableApp(const std::string& app_id,

Powered by Google App Engine
This is Rietveld 408576698