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

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

Issue 9969087: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 8 years, 9 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/extension_apitest.h
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
index 25d8a0dc4924d826088194408bfb1599a0ea7ecd..1ffd31a1e9728812c0ded7f3de77ae3d7fb1d78c 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -48,8 +48,8 @@ class ExtensionApiTest : public ExtensionBrowserTest {
// Loads the extension with location COMPONENT.
kFlagLoadAsComponent = 1 << 3,
- // Launch the extension in a platform app shell.
- kFlagLaunchAppShell = 1 << 4
+ // Launch the extension as a platform app.
+ kFlagLaunchPlatformApp = 1 << 4
};
ExtensionApiTest();

Powered by Google App Engine
This is Rietveld 408576698