diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 23:24:15 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 23:24:15 +0000 |
commit | 97310d6ea1ceec457157847c2f8b9b06b0d4581e (patch) | |
tree | 00b9615da74b1d14cf18a82091d920c49c69c62b /chrome/common/extensions | |
parent | e986b89dc90b2848e8c8b711917b880911847ee8 (diff) | |
download | chromium_src-97310d6ea1ceec457157847c2f8b9b06b0d4581e.zip chromium_src-97310d6ea1ceec457157847c2f8b9b06b0d4581e.tar.gz chromium_src-97310d6ea1ceec457157847c2f8b9b06b0d4581e.tar.bz2 |
Add convert_web_app.*, a utility to convert web apps declared
in pure HTML into the extension-based web apps used internally
by Chrome.
BUG=49233
TEST=unit_tests --gtest_filter=ExtensionFromWebApp.*
Review URL: http://codereview.chromium.org/4139008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 332f386..27a2c58 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -67,7 +67,6 @@ namespace extension_manifest_keys { extern const char* kType; extern const char* kUpdateURL; extern const char* kVersion; - extern const char* kWebLaunchUrl; extern const char* kWebURLs; } // namespace extension_manifest_keys |