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

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: Rebase Created 3 years, 7 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
« no previous file with comments | « components/resources/sync_driver_resources.grdp ('k') | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/resources/sync_driver_resources.grdp ('k') | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698