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

Unified Diff: chrome/browser/resources/ntp_search/other_devices_page.js

Issue 11009013: NTP5: Starting implementation of a native menu for showing other device sessions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to tfarina's comments. Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/other_device_menu_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/other_devices_page.js
diff --git a/chrome/browser/resources/ntp_search/other_devices_page.js b/chrome/browser/resources/ntp_search/other_devices_page.js
index 4d9c713f2f025b9c10137f0fca0887dfcccbce1f..0836d7a289948f9b0f0b071c3e3ad90eb261aff9 100644
--- a/chrome/browser/resources/ntp_search/other_devices_page.js
+++ b/chrome/browser/resources/ntp_search/other_devices_page.js
@@ -81,7 +81,7 @@ cr.define('ntp', function() {
// Ask the native side to show a popup listing the devices's tabs.
chrome.send('showOtherDeviceSessionPopup',
- [this.data.tag, e.clientX, e.clientY]);
+ [this.data.tag, e.screenX, e.screenY]);
},
/**
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/other_device_menu_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698