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

Unified Diff: chrome/browser/extensions/extension_tab_util.h

Issue 8586045: Add extension API to change window show state using chrome.windows.update(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cr feedback Created 9 years, 1 month 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
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);
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_tab_util.cc » ('j') | chrome/browser/extensions/extension_tabs_module.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698