| Index: chrome/browser/extensions/chrome_extension_function.h
|
| diff --git a/chrome/browser/extensions/chrome_extension_function.h b/chrome/browser/extensions/chrome_extension_function.h
|
| index fefcda97e9443ca0f1f943b0ce57aa4c1b398f53..dede716c8e93a05eb74046c07e1dd596cb86b5a8 100644
|
| --- a/chrome/browser/extensions/chrome_extension_function.h
|
| +++ b/chrome/browser/extensions/chrome_extension_function.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_FUNCTION_H_
|
| #define CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_FUNCTION_H_
|
|
|
| +#include "chrome/browser/extensions/chrome_extension_function_details.h"
|
| #include "extensions/browser/extension_function.h"
|
|
|
| class Browser;
|
| @@ -59,6 +60,9 @@ class ChromeUIThreadExtensionFunction : public UIThreadExtensionFunction {
|
|
|
| protected:
|
| ~ChromeUIThreadExtensionFunction() override;
|
| +
|
| + private:
|
| + ChromeExtensionFunctionDetails chrome_details_;
|
| };
|
|
|
| // A chrome specific analog to AsyncExtensionFunction. This has access to a
|
|
|