| 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 df016d8121b32a4dbb7c6d8d14c29c1024c4bd59..7edd49fd9c2a5f88c6d2f949630e156fdacddc18 100644
|
| --- a/components/sync/driver/about_sync_util.h
|
| +++ b/components/sync/driver/about_sync_util.h
|
| @@ -38,6 +38,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.
|
| @@ -48,6 +49,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.
|
|
|