Index: trunk/src/chrome/browser/apps/app_browsertest_util.h |
=================================================================== |
--- trunk/src/chrome/browser/apps/app_browsertest_util.h (revision 222256) |
+++ trunk/src/chrome/browser/apps/app_browsertest_util.h (working copy) |
@@ -8,7 +8,6 @@ |
#include "apps/shell_window.h" |
#include "chrome/browser/extensions/extension_apitest.h" |
-#include "content/public/common/page_transition_types.h" |
namespace content { |
class WebContents; |
@@ -30,9 +29,6 @@ |
// 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); |