| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index a63901939c874ea3e3003db2e244c5a5b454cee1..1a8939942405a2c9d55daac73846e6c8abb0bf3b 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -137,10 +137,11 @@ class ExtensionBrowserTest
|
| std::string last_loaded_extension_id_;
|
| int extension_installs_observed_;
|
|
|
| - private:
|
| + protected:
|
| // Temporary directory for testing.
|
| ScopedTempDir temp_dir_;
|
|
|
| + private:
|
| // Specifies the type of UI (if any) to show during installation and what
|
| // user action to simulate.
|
| enum InstallUIType {
|
|
|