summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r--chrome/browser/ui/browser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index de4d3ab..901137f 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -47,7 +47,6 @@ class SkBitmap;
class StatusBubble;
class TabNavigation;
class TabStripModel;
-struct WebApplicationInfo;
namespace gfx {
class Point;
}
@@ -780,8 +779,6 @@ class Browser : public TabHandlerDelegate,
NavigationType::Type navigation_type);
virtual void OnDidGetApplicationInfo(TabContents* tab_contents,
int32 page_id);
- virtual void OnInstallApplication(TabContents* tab_contents,
- const WebApplicationInfo& app_info);
virtual void ContentRestrictionsChanged(TabContents* source);
// Overridden from SelectFileDialog::Listener: