Index: chrome/browser/browser.h |
=================================================================== |
--- chrome/browser/browser.h (revision 34039) |
+++ chrome/browser/browser.h (working copy) |
@@ -575,6 +575,7 @@ |
virtual bool ShouldAddNavigationsToHistory() const; |
virtual void OnDidGetApplicationInfo(TabContents* tab_contents, |
int32 page_id); |
+ virtual Browser* GetBrowser() { return this; } |
// Overridden from SelectFileDialog::Listener: |
virtual void FileSelected(const FilePath& path, int index, void* params); |