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 0dd9274b3f83b412c63e3633cade147c7c86aa03..aad85b86aa436c7701632dbcc4943b11ab7e1939 100644 |
--- a/chrome/browser/extensions/extension_tab_util.h |
+++ b/chrome/browser/extensions/extension_tab_util.h |
@@ -47,8 +47,7 @@ class ExtensionTabUtil { |
static base::DictionaryValue* CreateTabValueActive( |
const content::WebContents* web_contents, |
bool active); |
- static base::DictionaryValue* CreateWindowValue(const Browser* browser, |
- bool populate_tabs); |
+ |
// Gets the |tab_strip_model| and |tab_index| for the given |web_contents|. |
static bool GetTabStripModel(const content::WebContents* web_contents, |
TabStripModel** tab_strip_model, |