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

Unified Diff: chrome/browser/ui/webui/sync_internals_ui.cc

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 | « chrome/browser/ui/webui/sync_internals_message_handler_unittest.cc ('k') | components/resources/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_internals_ui.cc
diff --git a/chrome/browser/ui/webui/sync_internals_ui.cc b/chrome/browser/ui/webui/sync_internals_ui.cc
index 39a45f09e45ffc0197830e9f6c0bb91fd59b0c62..97763c58b0e6101fe9b65ae3ac3e1daaf8fd12fb 100644
--- a/chrome/browser/ui/webui/sync_internals_ui.cc
+++ b/chrome/browser/ui/webui/sync_internals_ui.cc
@@ -40,6 +40,8 @@ content::WebUIDataSource* CreateSyncInternalsHTMLSource() {
IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS);
source->AddResourcePath(syncer::sync_ui_util::kSearchJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS);
+ source->AddResourcePath(syncer::sync_ui_util::kUserEventsJS,
+ IDR_SYNC_DRIVER_SYNC_INTERNALS_USER_EVENTS_JS);
source->SetDefaultResource(IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_HTML);
return source;
}
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_message_handler_unittest.cc ('k') | components/resources/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698