Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2532)

Unified Diff: chrome/browser/browser.h

Issue 10761: Rewire the throbber so that the timer for updating lives on BrowserView, not ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/browser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 5492)
+++ chrome/browser/browser.h (working copy)
@@ -108,6 +108,9 @@
// 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 @@
SiteInstance* instance) const;
virtual bool CanDuplicateContentsAt(int index);
virtual void DuplicateContentsAt(int index);
- virtual void ValidateLoadingAnimations();
virtual void CloseFrameAfterDragSession();
// Overridden from TabStripModelObserver:
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698