diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:34:36 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:34:36 +0000 |
commit | d978840b3799a139f284c413ffe79b03944afa5e (patch) | |
tree | 852096116256af73dcb5fb79c5c8406d3694d6ac /chrome/common/common_param_traits.h | |
parent | 61bb694d38cc0d944c5cdd07ed44f6c72868e05e (diff) | |
download | chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.zip chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.tar.gz chromium_src-d978840b3799a139f284c413ffe79b03944afa5e.tar.bz2 |
Revert "Implement web app definition parsing."
This reverts commit 24e3962db61243eea4976bead441c6206cd4f21e.
TBR=aa@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_param_traits.h')
-rw-r--r-- | chrome/common/common_param_traits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/common_param_traits.h b/chrome/common/common_param_traits.h index 6862482..d8796d6 100644 --- a/chrome/common/common_param_traits.h +++ b/chrome/common/common_param_traits.h @@ -40,7 +40,6 @@ class DictionaryValue; class ListValue; struct ThumbnailScore; class URLRequestStatus; -struct WebApplicationInfo; class WebCursor; namespace gfx { @@ -59,6 +58,7 @@ struct PageRange; namespace webkit_glue { struct PasswordForm; +struct WebApplicationInfo; } // namespace webkit_glue namespace IPC { @@ -231,8 +231,8 @@ struct ParamTraits<WebCursor> { template <> -struct ParamTraits<WebApplicationInfo> { - typedef WebApplicationInfo param_type; +struct ParamTraits<webkit_glue::WebApplicationInfo> { + typedef webkit_glue::WebApplicationInfo param_type; static void Write(Message* m, const param_type& p); static bool Read(const Message* m, void** iter, param_type* r); static void Log(const param_type& p, std::string* l); |