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

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

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Updating ToString methods to clearly always return a value for picky compilers. 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
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

Powered by Google App Engine
This is Rietveld 408576698