| Index: chrome/browser/sync/resources/merge_and_sync.html
|
| diff --git a/chrome/browser/sync/resources/merge_and_sync.html b/chrome/browser/sync/resources/merge_and_sync.html
|
| index f350ae0f9e1318bbd06c452f0295f593fd60b578..d902d104a3a43f7255e6f72a34634e7d4b8c0ffb 100644
|
| --- a/chrome/browser/sync/resources/merge_and_sync.html
|
| +++ b/chrome/browser/sync/resources/merge_and_sync.html
|
| @@ -54,6 +54,10 @@ html[dir='rtl'] .textaligned {
|
| + "</b></font></p>";
|
| }
|
|
|
| + function onPageShown() {
|
| + document.getElementById("acceptMerge").focus();
|
| + }
|
| +
|
| </script>
|
| </head>
|
| <body onload="setInterval(advanceThrobber, 30);">
|
|
|