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 06dac73a6a08da1bfc73d63edd7a7a7baa45068f..40107b3967274222cc7e56b9b291b93fbf123471 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); |