diff options
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index 353ab4b..a1ff84e 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -108,6 +108,9 @@ class Browser : public TabStripModelDelegate, // Gets the title of the page in the selected tab. std::wstring GetCurrentPageTitle() const; + // Returns true if the current page is loading. + bool IsCurrentPageLoading() const; + // Prepares a title string for display (removes embedded newlines, etc). static void FormatTitleForDisplay(std::wstring* title); @@ -304,7 +307,6 @@ class Browser : public TabStripModelDelegate, SiteInstance* instance) const; virtual bool CanDuplicateContentsAt(int index); virtual void DuplicateContentsAt(int index); - virtual void ValidateLoadingAnimations(); virtual void CloseFrameAfterDragSession(); // Overridden from TabStripModelObserver: |