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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_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/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index 35d45fa3a1eea613328007ef1347b531b50d67e4..8f57bf1e7701fb85f6a72388e1d22e2061367e8f 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -18,7 +18,6 @@
#include "chrome/browser/sync/profile_sync_service_observer.h"
#include "chrome/browser/sync_file_system/conflict_resolution_policy.h"
#include "chrome/browser/sync_file_system/file_status_observer.h"
-#include "chrome/browser/sync_file_system/local/local_file_sync_service.h"
#include "chrome/browser/sync_file_system/remote_file_sync_service.h"
#include "chrome/browser/sync_file_system/sync_callbacks.h"
#include "chrome/browser/sync_file_system/sync_service_state.h"
@@ -27,6 +26,7 @@
#include "content/public/browser/notification_registrar.h"
#include "url/gurl.h"
+class Profile;
class ProfileSyncServiceBase;
namespace fileapi {
@@ -35,6 +35,7 @@ class FileSystemContext;
namespace sync_file_system {
+class LocalFileSyncService;
class LocalSyncRunner;
class RemoteSyncRunner;
class SyncEventObserver;
@@ -60,6 +61,7 @@ class SyncFileSystemService
SyncServiceState GetSyncServiceState();
void GetExtensionStatusMap(std::map<GURL, std::string>* status_map);
void DumpFiles(const GURL& origin, const DumpFilesCallback& callback);
+ scoped_ptr<base::ListValue> DumpDatabase();
// Returns the file |url|'s sync status.
void GetFileSyncStatus(

Powered by Google App Engine
This is Rietveld 408576698