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

Unified Diff: chrome/browser/sync_file_system/mock_remote_file_sync_service.cc

Issue 107743002: Add 'Dump Database' tab to syncfs-internals (only for v2 for now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: regular -> Regular, added app_id Created 7 years 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.cc
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc b/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
index a0a69d9c3e28ba4b512e575d769a05d78dfd5e27..b414fa9aba669b9b6391e542878e13e466f43114 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
@@ -53,6 +53,10 @@ scoped_ptr<base::ListValue> MockRemoteFileSyncService::DumpFiles(
return scoped_ptr<base::ListValue>();
}
+scoped_ptr<base::ListValue> MockRemoteFileSyncService::DumpDatabase() {
+ return scoped_ptr<base::ListValue>();
+}
+
void MockRemoteFileSyncService::SetServiceState(RemoteServiceState state) {
state_ = state;
}

Powered by Google App Engine
This is Rietveld 408576698