Index: chrome/browser/apps/app_browsertest_util.h |
diff --git a/chrome/browser/apps/app_browsertest_util.h b/chrome/browser/apps/app_browsertest_util.h |
index aa4efcd158f2730b4615153a0125c404dbc81060..20287cd6146df3f9f6f717061e6d202cae03cd96 100644 |
--- a/chrome/browser/apps/app_browsertest_util.h |
+++ b/chrome/browser/apps/app_browsertest_util.h |
@@ -29,6 +29,9 @@ class PlatformAppBrowserTest : public ExtensionApiTest { |
// until it is launched. |
const Extension* LoadAndLaunchPlatformApp(const char* name); |
+ // Installs the app named |name| out of the platform_apps subdirectory. |
+ const Extension* InstallPlatformApp(const char* name); |
+ |
// Installs and runs the app named |name| out of the platform_apps |
// subdirectory. Waits until it is launched. |
const Extension* InstallAndLaunchPlatformApp(const char* name); |