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

Unified Diff: components/sync/driver/resources/user_events.html

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/sync/driver/resources/sync_index.js ('k') | components/sync/driver/resources/user_events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/resources/user_events.html
diff --git a/components/sync/driver/resources/user_events.html b/components/sync/driver/resources/user_events.html
new file mode 100644
index 0000000000000000000000000000000000000000..938b6af09d8286c0d553170187033b364f19cf25
--- /dev/null
+++ b/components/sync/driver/resources/user_events.html
@@ -0,0 +1,3 @@
+<input id="event-time-usec-input" type="text" placeholder="event_time_usec">
+<input id="navigation-id-input" type="text" placeholder="navigation_id">
+<button id="create-event-button">Create</button>
« no previous file with comments | « components/sync/driver/resources/sync_index.js ('k') | components/sync/driver/resources/user_events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698