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

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

Issue 10080017: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove debug logging code Created 8 years, 8 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 8d98fad2333accd2d49795c1ecf9a099382a40d0..28ec8b45a5226d8fb1dfcb2bae20bf61ad070724 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();
« no previous file with comments | « chrome/browser/extensions/crx_installer_browsertest.cc ('k') | chrome/browser/extensions/extension_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698