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

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

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/remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/remote_file_sync_service.h b/chrome/browser/sync_file_system/remote_file_sync_service.h
index 589b594c10f23bde75217a0548d700aab8c46c8e..9c00a4082ddef9da15de34e3a2efb6c6a087b872 100644
--- a/chrome/browser/sync_file_system/remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/remote_file_sync_service.h
@@ -192,6 +192,9 @@ class RemoteFileSyncService {
// Returns file metadata for |origin|.
virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) = 0;
+ // Returns the dump of internal database.
+ virtual scoped_ptr<base::ListValue> DumpDatabase() = 0;
+
// Enables or disables the background sync.
// Setting this to false should disable the synchronization (and make
// the service state to REMOTE_SERVICE_DISABLED), while setting this to

Powered by Google App Engine
This is Rietveld 408576698