Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1221)

Unified Diff: chrome/browser/ui/views/tabs/tab.h

Issue 2107603002: Makes the pinned tab title change indicator hide correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698