| Index: chrome/browser/resources/ntp_search/new_tab.js
|
| diff --git a/chrome/browser/resources/ntp_search/new_tab.js b/chrome/browser/resources/ntp_search/new_tab.js
|
| index 423fdae3ab66e94cead4056022065a860f6a22b3..a8c48a3469b834216d9e8ec70fe93927e63a0066 100644
|
| --- a/chrome/browser/resources/ntp_search/new_tab.js
|
| +++ b/chrome/browser/resources/ntp_search/new_tab.js
|
| @@ -702,6 +702,12 @@ cr.define('ntp', function() {
|
| * Invoked at startup once the DOM is available to initialize the app.
|
| */
|
| function onLoad() {
|
| +
|
| + // TODO(jeremycho): Do not submit. Just for testing. Use
|
| + // http://codereview.chromium.org/10996064/ once it's submitted.
|
| + $('show-other-device').onclick = function(e) {
|
| + chrome.send('showOtherDevice', [e.screenX, e.screenY]);
|
| + };
|
| // Load the current theme colors.
|
| themeChanged();
|
|
|
|
|