Chromium Code Reviews| Index: chrome/browser/ui/views/tabs/tab.h |
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h |
| index 7e854cbaf1a3da75b46f4e68f9b94596594a73f0..831f431ec7f9be41a396b6d061cebeee2f8ae698 100644 |
| --- a/chrome/browser/ui/views/tabs/tab.h |
| +++ b/chrome/browser/ui/views/tabs/tab.h |
| @@ -99,6 +99,9 @@ class Tab : public gfx::AnimationDelegate, |
| // Sets the visibility of the indicator shown when the tab title changes of |
| // an inactive pinned tab. |
| void SetPinnedTabTitleChangedIndicatorVisible(bool value); |
| + bool showing_pinned_tab_title_changed_indicator() const { |
|
Evan Stade
2016/06/28 00:09:05
instead of adding this here, can we make an access
sky
2016/06/28 03:04:15
Done.
|
| + return showing_pinned_tab_title_changed_indicator_; |
| + } |
| // Set the background offset used to match the image in the inactive tab |
| // to the frame image. |