diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 23:33:18 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 23:33:18 +0000 |
commit | 4a6ed0d466e886bb9cedf38aa5081342c1489679 (patch) | |
tree | 94ce9801dd7d360b4ea1626550c9bbdcce946d21 /chrome/common/web_apps.h | |
parent | a43c2873eb1a3a961ce2a1da084eee462632aa14 (diff) | |
download | chromium_src-4a6ed0d466e886bb9cedf38aa5081342c1489679.zip chromium_src-4a6ed0d466e886bb9cedf38aa5081342c1489679.tar.gz chromium_src-4a6ed0d466e886bb9cedf38aa5081342c1489679.tar.bz2 |
Revert "Finish wiring up chrome.app.install()."
This reverts commit c0ddb28cf383462655b52aa79396ea695c0ffb3c.
TBR=aa@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/web_apps.h')
-rw-r--r-- | chrome/common/web_apps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/web_apps.h b/chrome/common/web_apps.h index 91f2023..6d40883 100644 --- a/chrome/common/web_apps.h +++ b/chrome/common/web_apps.h @@ -19,7 +19,7 @@ class WebDocument; class WebFrame; } -class Value; +class DictionaryValue; // Structure used when installing a web page as an app. struct WebApplicationInfo { @@ -100,7 +100,7 @@ bool ParseWebAppFromWebDocument(WebKit::WebFrame* frame, // Parses |web_app| information out of |definition|. Returns true on success, or // false and |error| on failure. This function assumes that |web_app| has a // valid manifest_url. -bool ParseWebAppFromDefinitionFile(Value* definition, +bool ParseWebAppFromDefinitionFile(const DictionaryValue& definition, WebApplicationInfo* web_app, string16* error); |