Chromium Code Reviews

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

Issue 2872023002: [Sync] Add a simple UI to sync-internals to create UserEvents. (Closed)
Patch Set: Fixed unittests. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine