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

Unified Diff: chrome/browser/extensions/extension_tab_util.h

Issue 2685333005: ash: fix regression where ctrl+n put new window on wrong desktop (Closed)
Patch Set: rebase to tot Created 3 years, 10 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/extensions/extension_tab_util.h
diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
index b01d362d47df49c2d7ec3fe458ce078661154671..087cfc48f55c2c690748690ca29514d3516c383c 100644
--- a/chrome/browser/extensions/extension_tab_util.h
+++ b/chrome/browser/extensions/extension_tab_util.h
@@ -58,6 +58,7 @@ class ExtensionTabUtil {
// optionally sets |error| if an error occurs.
static base::DictionaryValue* OpenTab(UIThreadExtensionFunction* function,
const OpenTabParams& params,
+ bool user_gesture,
std::string* error);
static int GetWindowId(const Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698