| 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.
|
|
|