| 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 7b34826eefe08039a2117e8cac986ecd668e2ed1..fe47b014c11a4ce3153396aaf483e1ce962c0f0b 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -19,6 +19,7 @@ class ExtensionFunction;
|
| class GURL;
|
| class Profile;
|
| class TabStripModel;
|
| +class UIThreadExtensionFunction;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -35,7 +36,6 @@ class Rect;
|
| }
|
|
|
| namespace extensions {
|
| -
|
| class Extension;
|
| class WindowController;
|
|
|
| @@ -58,10 +58,9 @@ class ExtensionTabUtil {
|
| // Opens a new tab given an extension function |function| and creation
|
| // parameters |params|. Returns a Tab object if successful, or NULL and
|
| // optionally sets |error| if an error occurs.
|
| - static base::DictionaryValue* OpenTab(
|
| - ChromeUIThreadExtensionFunction* function,
|
| - const OpenTabParams& params,
|
| - std::string* error);
|
| + static base::DictionaryValue* OpenTab(UIThreadExtensionFunction* function,
|
| + const OpenTabParams& params,
|
| + std::string* error);
|
|
|
| static int GetWindowId(const Browser* browser);
|
| static int GetWindowIdOfTabStripModel(const TabStripModel* tab_strip_model);
|
|
|