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

Unified Diff: chrome/browser/extensions/platform_app_browsertest_util.h

Issue 10907243: Add "inspect background page" to platform app right-click menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in test Created 8 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: chrome/browser/extensions/platform_app_browsertest_util.h
diff --git a/chrome/browser/extensions/platform_app_browsertest_util.h b/chrome/browser/extensions/platform_app_browsertest_util.h
index 08c515ff65bd7a11a09d8251d94c255e2efadc59..3d3a2a7d40efd36e9d4d74b9e443b0147b72f2b3 100644
--- a/chrome/browser/extensions/platform_app_browsertest_util.h
+++ b/chrome/browser/extensions/platform_app_browsertest_util.h
@@ -28,6 +28,10 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
// until it is launched.
const Extension* LoadAndLaunchPlatformApp(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);
+
// Gets the WebContents associated with the first shell window that is found
// (most tests only deal with one platform app window, so this is good
// enough).
« no previous file with comments | « chrome/browser/extensions/platform_app_browsertest.cc ('k') | chrome/browser/extensions/platform_app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698