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

Unified Diff: chrome/browser/sync_file_system/mock_remote_file_sync_service.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/sync_file_system/mock_remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
index dbadf9d09a4cbd994a50b0a0020fd9ba88548623..8ab1650c628ecdcc77067133bd418d6e63f3af9c 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
@@ -23,8 +23,6 @@ namespace sync_file_system {
class MockRemoteFileSyncService : public RemoteFileSyncService {
public:
- static const char kServiceName[];
-
MockRemoteFileSyncService();
virtual ~MockRemoteFileSyncService();
@@ -51,7 +49,6 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
MOCK_METHOD1(IsConflicting, bool(const fileapi::FileSystemURL& url));
MOCK_CONST_METHOD0(GetCurrentState,
RemoteServiceState());
- MOCK_CONST_METHOD0(GetServiceName, const char*());
MOCK_METHOD1(SetSyncEnabled, void(bool));
MOCK_METHOD1(SetConflictResolutionPolicy,
SyncStatusCode(ConflictResolutionPolicy));

Powered by Google App Engine
This is Rietveld 408576698