| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 27368)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -222,6 +222,9 @@
|
| // entry.
|
| SkBitmap GetFavIcon() const;
|
|
|
| + // Returns true if we are not using the default favicon.
|
| + bool FavIconIsValid() const;
|
| +
|
| // Returns whether the favicon should be displayed. If this returns false, no
|
| // space is provided for the favicon, and the favicon is never displayed.
|
| virtual bool ShouldDisplayFavIcon();
|
|
|