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

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

Issue 1653113002: Fix favicon disappearing on pinned tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting comments Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
diff --git a/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h b/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
index b9ef1395b7ef11468521570713e0966dc9c6960d..ee52338d3cd8c063984a05d06ed44dc2c426cd47 100644
--- a/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
+++ b/chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h
@@ -18,6 +18,7 @@ class FakeBaseTabStripController : public TabStripController {
~FakeBaseTabStripController() override;
void AddTab(int index, bool is_active);
+ void AddPinnedTab(int index, bool is_active);
void RemoveTab(int index);
void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; }
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698