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/browser/web_applications/web_app.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/browser/web_applications/web_app.h')
-rw-r--r-- | chrome/browser/web_applications/web_app.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h index 4734b7e..c451e85 100644 --- a/chrome/browser/web_applications/web_app.h +++ b/chrome/browser/web_applications/web_app.h @@ -11,7 +11,7 @@ #include "base/callback.h" #include "build/build_config.h" #include "chrome/browser/shell_integration.h" -#include "chrome/common/web_apps.h" +#include "webkit/glue/dom_operations.h" class FilePath; class Profile; @@ -47,8 +47,8 @@ FilePath GetDataDir(const FilePath& profile_path); #if defined(TOOLKIT_VIEWS) // Extracts icons info from web app data. Take only square shaped icons and // sort them from smallest to largest. -typedef std::vector<WebApplicationInfo::IconInfo> IconInfoList; -void GetIconsInfo(const WebApplicationInfo& app_info, +typedef std::vector<webkit_glue::WebApplicationInfo::IconInfo> IconInfoList; +void GetIconsInfo(const webkit_glue::WebApplicationInfo& app_info, IconInfoList* icons); #endif |