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

Unified Diff: chrome/browser/resources/md_history/browser_service.js

Issue 2219753002: MD History: Fix crash when opening Synced Tab links with touch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewrite patch to listen to click event, add regression test Created 4 years, 4 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
Index: chrome/browser/resources/md_history/browser_service.js
diff --git a/chrome/browser/resources/md_history/browser_service.js b/chrome/browser/resources/md_history/browser_service.js
index d4c4579006b49a7d27ac8155f9397ee232267442..c7cf5302b45d6a283672201d42f4fed70966c225 100644
--- a/chrome/browser/resources/md_history/browser_service.js
+++ b/chrome/browser/resources/md_history/browser_service.js
@@ -60,7 +60,7 @@ cr.define('md_history', function() {
* @param {string} sessionTag
* @param {number} windowId
* @param {number} tabId
- * @param {Event} e
+ * @param {MouseEvent} e
*/
openForeignSessionTab: function(sessionTag, windowId, tabId, e) {
chrome.send('openForeignSession', [
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/constants.js » ('j') | chrome/browser/resources/md_history/constants.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698