| Index: components/sync/driver/about_sync_util.h
|
| diff --git a/components/sync/driver/about_sync_util.h b/components/sync/driver/about_sync_util.h
|
| index f77088e592222b16c988d8c9561cab7d985ddf73..2966643a0bf7adbfe38bbb6ea1ab106933d5718f 100644
|
| --- a/components/sync/driver/about_sync_util.h
|
| +++ b/components/sync/driver/about_sync_util.h
|
| @@ -36,6 +36,7 @@ extern const char kSyncLogJS[];
|
| extern const char kSyncNodeBrowserJS[];
|
| extern const char kSyncSearchJS[];
|
| extern const char kTypesJS[];
|
| +extern const char kUserEventsJS[];
|
|
|
| // Message handlers.
|
| // Must match the constants used in the resource files.
|
| @@ -46,6 +47,9 @@ extern const char kRegisterForEvents[];
|
| extern const char kRegisterForPerTypeCounters[];
|
| extern const char kRequestListOfTypes[];
|
| extern const char kRequestUpdatedAboutInfo[];
|
| +extern const char kRequestUserEventsVisibility[];
|
| +extern const char kUserEventsVisibilityCallback[];
|
| +extern const char kWriteUserEvent[];
|
|
|
| // Other strings.
|
| // Must match the constants used in the resource files.
|
|
|