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

Unified Diff: components/sync/driver/data_type_controller.h

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Reworked some of the variables in GetTypeStatusMap(). Created 3 years, 8 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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/data_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/data_type_controller.h
diff --git a/components/sync/driver/data_type_controller.h b/components/sync/driver/data_type_controller.h
index ed0b6f711ba9a567be6e6e114208317dfb826d94..7f9aecc5a400aea6110cbb08324f52ebb587fa58 100644
--- a/components/sync/driver/data_type_controller.h
+++ b/components/sync/driver/data_type_controller.h
@@ -82,6 +82,8 @@ class DataTypeController : public base::SupportsWeakPtr<DataTypeController> {
// Returns true if the datatype started successfully.
static bool IsSuccessfulResult(ConfigureResult result);
+ static std::string StateToString(State state);
+
virtual ~DataTypeController();
// Returns true if DataTypeManager should wait for LoadModels to complete
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698