diff options
Diffstat (limited to 'chrome/browser/sync/resources')
-rw-r--r-- | chrome/browser/sync/resources/about_sync.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/sync/resources/about_sync.html b/chrome/browser/sync/resources/about_sync.html index c65a7bb..6f62f5d 100644 --- a/chrome/browser/sync/resources/about_sync.html +++ b/chrome/browser/sync/resources/about_sync.html @@ -157,6 +157,12 @@ table.list#details .name { </div> </td> </tr> + <tr> + <td colspan="2"> + <span class="desc"><h2> Sync URL </h2></span> + <strong jscontent="service_url"></strong> + </td> + </tr> </table> <br /><br /><br /> <h2> </h2> |