| 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);
|
|
|