diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 6012544..e6ae26a 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html i18n-values="dir:textdirection;firstview:firstview;bookmarkbarattached:bookmarkbarattached;hasattribution:hasattribution;anim:anim"> +<html i18n-values="dir:textdirection;firstview:firstview;bookmarkbarattached:bookmarkbarattached;hasattribution:hasattribution;anim:anim;syncispresent:syncispresent"> <meta charset="utf-8"> <title i18n-content="title"></title> @@ -39,6 +39,8 @@ chrome.send('getRecentlyClosedTabs'); registerCallback('onShownSections'); registerCallback('mostVisitedPages'); registerCallback('recentlyClosedTabs'); +registerCallback('syncMessageChanged'); + // TODO(arv): The backend calls this function. Remove the call on the backend. function downloadsList() {} @@ -226,6 +228,12 @@ document.write('<link id="themecss" rel="stylesheet" ' + </span> </div> + <div id="sync-status"> + <h2> </h2> + <span> </span> + <span><a href=""> </a></span> + </div> + </div> <!-- main --> <div> |