| 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
|
|
|