| Index: extensions/shell/test/shell_test.h
|
| diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
|
| index c9d36ed011cdd99916acc3cf1c1764cb1c5aea8b..ac7ad7889e9e800daf023af83c6fddf068c3f8c4 100644
|
| --- a/extensions/shell/test/shell_test.h
|
| +++ b/extensions/shell/test/shell_test.h
|
| @@ -32,13 +32,9 @@ class AppShellTest : public content::BrowserTestBase {
|
| virtual void SetUpOnMainThread() OVERRIDE;
|
| virtual void RunTestOnMainThreadLoop() OVERRIDE;
|
|
|
| - // Loads an unpacked application from a directory using |extension_system_|
|
| - // and attempts to launch it. Returns true on success.
|
| - bool LoadAndLaunchApp(const base::FilePath& app_dir);
|
| -
|
| content::BrowserContext* browser_context() { return browser_context_; }
|
|
|
| - private:
|
| + protected:
|
| content::BrowserContext* browser_context_;
|
| ShellExtensionSystem* extension_system_;
|
| };
|
|
|