| Index: chrome/browser/extensions/api/tabs/windows_util.h
|
| diff --git a/chrome/browser/extensions/api/tabs/windows_util.h b/chrome/browser/extensions/api/tabs/windows_util.h
|
| index 940d380ebe4b2a82e5c2f2791546ba31efcfe9f7..b8b20c6f3619ec4d70530f9d75cfaace1961d4e3 100644
|
| --- a/chrome/browser/extensions/api/tabs/windows_util.h
|
| +++ b/chrome/browser/extensions/api/tabs/windows_util.h
|
| @@ -21,11 +21,12 @@ class WindowController;
|
| namespace windows_util {
|
|
|
| // Populates |controller| for given |window_id|. If the window is not found,
|
| -// returns false and sets UIThreadExtensionFunction error_.
|
| +// returns false and sets |error|.
|
| bool GetWindowFromWindowID(UIThreadExtensionFunction* function,
|
| int window_id,
|
| extensions::WindowController::TypeFilter filter,
|
| - extensions::WindowController** controller);
|
| + extensions::WindowController** controller,
|
| + std::string* error);
|
|
|
| // Returns true if |function| (and the profile and extension that it was
|
| // invoked from) can operate on the window wrapped by |window_controller|.
|
|
|