X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fextensions%2Fwindow_controller_list.h;h=feeb42adf82cf1b28b42ce231ed2a685c02202d9;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=a68c59fae9c9d4d0f712301e9c595f7834430550;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/extensions/window_controller_list.h b/src/chrome/browser/extensions/window_controller_list.h index a68c59f..feeb42a 100644 --- a/src/chrome/browser/extensions/window_controller_list.h +++ b/src/chrome/browser/extensions/window_controller_list.h @@ -13,7 +13,7 @@ #include "chrome/browser/extensions/window_controller.h" class Profile; -class ChromeUIThreadExtensionFunction; +class ChromeExtensionFunctionDetails; namespace extensions { @@ -38,13 +38,13 @@ class WindowControllerList { // Returns a window matching the context the function was invoked in. WindowController* FindWindowForFunctionById( - const ChromeUIThreadExtensionFunction* function, + const ChromeExtensionFunctionDetails& function_details, int id) const; // Returns the focused or last added window matching the context the function // was invoked in. WindowController* CurrentWindowForFunction( - const ChromeUIThreadExtensionFunction* function) const; + const ChromeExtensionFunctionDetails& function_details) const; const ControllerList& windows() const { return windows_; }