| Index: chrome/browser/extensions/extension_tab_util.h
|
| diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
|
| index 37ada1407b8598d0b669739a5a4c50350a4ba3ff..5638cbd56c5343a6e7db0995898c8458e8f750f7 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -31,6 +31,7 @@ class ExtensionTabUtil {
|
| static std::string GetTabStatusText(bool is_loading);
|
| static int GetWindowIdOfTab(const TabContents* tab_contents);
|
| static std::string GetWindowTypeText(const Browser* browser);
|
| + static std::string GetWindowShowStateText(const Browser* browser);
|
| static base::ListValue* CreateTabList(const Browser* browser);
|
| static base::DictionaryValue* CreateTabValue(
|
| const TabContents* tab_contents);
|
|
|