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

Unified Diff: trunk/src/chrome/browser/apps/app_browsertest_util.h

Issue 23597024: Revert 222257 "Revert 222235 ""Redirecting URLs to Packaged Apps..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/browser/apps/app_browsertest_util.h
===================================================================
--- trunk/src/chrome/browser/apps/app_browsertest_util.h (revision 222257)
+++ trunk/src/chrome/browser/apps/app_browsertest_util.h (working copy)
@@ -8,6 +8,7 @@
#include "apps/shell_window.h"
#include "chrome/browser/extensions/extension_apitest.h"
+#include "content/public/common/page_transition_types.h"
namespace content {
class WebContents;
@@ -29,6 +30,9 @@
// 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);
« no previous file with comments | « trunk/src/chrome/browser/apps/app_browsertest.cc ('k') | trunk/src/chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698