| Index: chrome/browser/extensions/extension_install_ui.h
|
| diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
|
| index fe83e18e5ad4e4dbe0082fe3b802e93b15dbebd4..89a80ca93d08e3e66470ca4994b93f3e09bbc93b 100644
|
| --- a/chrome/browser/extensions/extension_install_ui.h
|
| +++ b/chrome/browser/extensions/extension_install_ui.h
|
| @@ -50,8 +50,12 @@ class ExtensionInstallUI {
|
| // in tests.
|
| static void DisableFailureUIForTests();
|
|
|
| + Browser* browser() { return browser_; }
|
| +
|
| protected:
|
| ExtensionInstallUI();
|
| +
|
| + Browser* browser_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_H_
|
|
|