diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 12:53:03 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 12:53:03 +0000 |
commit | c9b0cbdfe3a92f8e7413fb89fa67d25864eebc0f (patch) | |
tree | d7e8c2f65660051a38b3e4d58b4df0a12ccd174f /chrome/browser/status_bubble.h | |
parent | 34ff04759ed15031330cd7006a2003ce4504a49f (diff) | |
download | chromium_src-c9b0cbdfe3a92f8e7413fb89fa67d25864eebc0f.zip chromium_src-c9b0cbdfe3a92f8e7413fb89fa67d25864eebc0f.tar.gz chromium_src-c9b0cbdfe3a92f8e7413fb89fa67d25864eebc0f.tar.bz2 |
Convert more members to scoped pointers. Move status bubble into browser window controller. Move extra window retain into BWC because it's needed for things in there, not the BrowserWindow impl. Be explicit about the ordering and nature of the ownership in BWC, which should be better since it's now all in one place. Clean up a lot of un-used cruft in tab strip and tab contents now that the toolbaris no longer there, preparing for the BookmarkBar to leave as well.
Review URL: http://codereview.chromium.org/66047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/status_bubble.h')
-rw-r--r-- | chrome/browser/status_bubble.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/status_bubble.h b/chrome/browser/status_bubble.h index 30aa6db..3f58b9c 100644 --- a/chrome/browser/status_bubble.h +++ b/chrome/browser/status_bubble.h @@ -16,6 +16,8 @@ class GURL; // class StatusBubble { public: + virtual ~StatusBubble() { }; + // Sets the bubble contents to a specific string and causes the bubble // to display immediately. Subsequent empty SetURL calls (typically called // when the cursor exits a link) will set the status bubble back to its |