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

Unified Diff: chrome/common/extensions/extension_constants.cc

Issue 1730013: fullscreen window app launch container (Closed)
Patch Set: added tests Created 10 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/common/extensions/extension_constants.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index 0afb1255f547fc46e0d9b98dcd82cdc874642f53..1db05cb51c9bf5efe1defb127d80e82402521cfe 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -20,6 +20,7 @@ const wchar_t* kIcons = L"icons";
const wchar_t* kJs = L"js";
const wchar_t* kLaunch = L"launch";
const wchar_t* kLaunchContainer = L"launch.container";
+const wchar_t* kLaunchFullscreen = L"launch.fullscreen";
const wchar_t* kLaunchLocalPath = L"launch.local_path";
const wchar_t* kLaunchWebURL = L"launch.web_url";
const wchar_t* kMatches = L"matches";
@@ -112,6 +113,8 @@ const char* kInvalidJsList =
"Required value 'content_scripts[*].js' is invalid.";
const char* kInvalidLaunchContainer =
"Invalid value for 'launch.container'.";
+const char* kInvalidLaunchFullscreen =
+ "Invalid value for 'launch.fullscreen'.";
const char* kInvalidLaunchLocalPath =
"Invalid value for 'launch.local_path'.";
const char* kInvalidLaunchWebURL =
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/common/extensions/extension_manifests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698