Index: chrome/browser/extensions/extension_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/extension_apitest.cc (revision 170888) |
+++ chrome/browser/extensions/extension_apitest.cc (working copy) |
@@ -174,13 +174,6 @@ |
} |
bool ExtensionApiTest::RunPlatformAppTest(const char* extension_name) { |
- bool res = RunPlatformAppTestReturnImmediately(extension_name); |
- CloseShellWindowsAndWaitForAppToExit(); |
- return res; |
-} |
- |
-bool ExtensionApiTest::RunPlatformAppTestReturnImmediately( |
- const char* extension_name) { |
return RunExtensionTestImpl(extension_name, "", kFlagLaunchPlatformApp); |
} |