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

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

Issue 1845813002: Suspected fix for a tab image caching bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simpler comment Created 4 years, 9 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 | « chrome/browser/ui/views/tabs/tab_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_strip_controller.h
diff --git a/chrome/browser/ui/views/tabs/tab_strip_controller.h b/chrome/browser/ui/views/tabs/tab_strip_controller.h
index b08a72951b3c645411254cd8609d7ef2a187eac4..8e80d36538054c51ef245ec843478a47f2bc9b77 100644
--- a/chrome/browser/ui/views/tabs/tab_strip_controller.h
+++ b/chrome/browser/ui/views/tabs/tab_strip_controller.h
@@ -100,7 +100,9 @@ class TabStripController {
// search-result page for |location|.
virtual void CreateNewTabWithLocation(const base::string16& location) = 0;
- // Returns true if the tab strip is in an incognito window.
+ // Returns true if the tab strip is in an incognito window. This is used to
+ // determining which theme may have applied to it, so this determination
+ // should match the one in ThemeService::GetThemeProviderForProfile().
virtual bool IsIncognito() = 0;
// Invoked if the stacked layout (on or off) might have changed.
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698