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

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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/driver/resources/index.html
diff --git a/components/sync/driver/resources/index.html b/components/sync/driver/resources/index.html
index f912f2c52c249e76c53cfc7762178445f15d4894..b8d14eb00c35ae37ed9393b00ae552056ff1b70e 100644
--- a/components/sync/driver/resources/index.html
+++ b/components/sync/driver/resources/index.html
@@ -45,6 +45,7 @@ chrome/test/functional/special_tabs.py. -->
<script src="chrome://sync-internals/sync_log.js"></script>
<script src="chrome://sync-internals/sync_node_browser.js"></script>
<script src="chrome://sync-internals/sync_search.js"></script>
+<script src="chrome://sync-internals/user_events.js"></script>
<script src="chrome://sync-internals/strings.js"></script>
</head>
<body>
@@ -65,6 +66,7 @@ chrome/test/functional/special_tabs.py. -->
<tab id="sync-events-tab">Events</tab>
<tab id="sync-browser-tab">Sync Node Browser</tab>
<tab id="sync-search-tab">Search</tab>
+ <tab id="sync-user-events-tab" style="display:none;">User Events</tab>
Dan Beam 2017/05/16 22:40:54 <tab id="sync-user-events-tab" hidden>
skym 2017/05/22 21:55:48 Has no effect, see my comment at https://coderevie
</tabs>
<tabpanels>
<tabpanel>
@@ -85,6 +87,9 @@ chrome/test/functional/special_tabs.py. -->
<tabpanel>
<include src="search.html">
</tabpanel>
+ <tabpanel>
+ <include src="user_events.html">
+ </tabpanel>
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698