diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 21:03:40 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 21:03:40 +0000 |
commit | 1a3c3cb74aa206b355a68f12370160b2b2ce7b88 (patch) | |
tree | 40ae9e26119811c888681137ccafde5421b592ac /chrome/browser/sidebar | |
parent | 3a5c31700cfbdc14c241536a11c416da3c2add58 (diff) | |
download | chromium_src-1a3c3cb74aa206b355a68f12370160b2b2ce7b88.zip chromium_src-1a3c3cb74aa206b355a68f12370160b2b2ce7b88.tar.gz chromium_src-1a3c3cb74aa206b355a68f12370160b2b2ce7b88.tar.bz2 |
Plumbing load progress notifications to the TabContents.
Also restoring the implementation of RenderView::SetReportLoadProgressEnabled that somehow went away when I synced before committing my previous CL.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5925004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sidebar')
-rw-r--r-- | chrome/browser/sidebar/sidebar_container.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sidebar/sidebar_container.h b/chrome/browser/sidebar/sidebar_container.h index 3f2d19d..b519de8 100644 --- a/chrome/browser/sidebar/sidebar_container.h +++ b/chrome/browser/sidebar/sidebar_container.h @@ -136,4 +136,3 @@ class SidebarContainer }; #endif // CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_ - |