| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 158566)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -557,7 +557,6 @@
|
| virtual void ContentsZoomChange(bool zoom_in) OVERRIDE;
|
| virtual void WebContentsFocused(content::WebContents* content) OVERRIDE;
|
| virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
|
| - virtual bool IsApplication() const OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual void BeforeUnloadFired(content::WebContents* source,
|
| bool proceed,
|
| @@ -575,9 +574,6 @@
|
| const std::string& frame_content_state) OVERRIDE;
|
| virtual void ShowRepostFormWarningDialog(
|
| content::WebContents* source) OVERRIDE;
|
| - virtual bool ShouldAddNavigationToHistory(
|
| - const history::HistoryAddPageArgs& add_page_args,
|
| - content::NavigationType navigation_type) OVERRIDE;
|
| virtual bool ShouldCreateWebContents(
|
| content::WebContents* web_contents,
|
| int route_id,
|
|
|