Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: extensions/shell/test/shell_test.h

Issue 529293003: Extract ResultCatcher from ExtensionApiTest. Use it in ShellApiTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: deprecate Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/shell/test/shell_apitest.cc ('k') | extensions/shell/test/shell_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « extensions/shell/test/shell_apitest.cc ('k') | extensions/shell/test/shell_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698