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

Unified Diff: components/resources/sync_driver_resources.grdp

Issue 2872023002: [Sync] Add a simple UI to sync-internals to create UserEvents. (Closed)
Patch Set: Updates for Patrick. 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
Index: components/resources/sync_driver_resources.grdp
diff --git a/components/resources/sync_driver_resources.grdp b/components/resources/sync_driver_resources.grdp
index 50c111814c0eed59acb7f60b43bcaed28d536ab0..260bcf3264433814bd745c14d2768e24f3eee9d6 100644
--- a/components/resources/sync_driver_resources.grdp
+++ b/components/resources/sync_driver_resources.grdp
@@ -11,4 +11,5 @@
<include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS" file="../sync/driver/resources/data.js" type="BINDATA" />
<include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS" file="../sync/driver/resources/events.js" type="BINDATA" />
<include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS" file="../sync/driver/resources/search.js" type="BINDATA" />
+ <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_USER_EVENTS_JS" file="../sync/driver/resources/user_events.js" type="BINDATA" />
Dan Beam 2017/05/16 03:35:51 can you remove the double space before file=? it
skym 2017/05/16 19:26:49 Done. Updated the others as well.
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698