diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index 3a3f5d06..eacad13 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -88,6 +88,9 @@ class ToolbarModel; // such as the new-tab button, but *not* the tabs themselves. scoped_nsobject<NSMutableArray> permanentSubviews_; + // The default favicon, so we can use one copy for all buttons. + scoped_nsobject<NSImage> defaultFavIcon_; + // Manages per-tab sheets. scoped_nsobject<GTMWindowSheetController> sheetController_; } |