| Index: chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| diff --git a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| index 2b19a24f70f6cdfcdc595ea947aad30f4f65ab59..ad1d946281a6e1108c02bc8bb31c2f13ee78fc50 100644
|
| --- a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| +++ b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h
|
| @@ -111,6 +111,16 @@ class AppCurrentWindowInternalSetBoundsFunction
|
| virtual bool RunWithWindow(ShellWindow* window) OVERRIDE;
|
| };
|
|
|
| +class AppCurrentWindowInternalSetLauncherIconFunction
|
| + : public AppCurrentWindowInternalExtensionFunction {
|
| + public:
|
| + DECLARE_EXTENSION_FUNCTION_NAME("app.currentWindowInternal.setLauncherIcon");
|
| +
|
| + protected:
|
| + virtual ~AppCurrentWindowInternalSetLauncherIconFunction() {}
|
| + virtual bool RunWithWindow(ShellWindow* window) OVERRIDE;
|
| +};
|
| +
|
| } // namespace extensions
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_API_APP_CURRENT_WINDOW_INTERNAL_APP_CURRENT_WINDOW_INTERNAL_API_H_
|
|
|