summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_module.h')
-rw-r--r--chrome/browser/extensions/extension_tabs_module.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tabs_module.h b/chrome/browser/extensions/extension_tabs_module.h
index eccd823..0914758 100644
--- a/chrome/browser/extensions/extension_tabs_module.h
+++ b/chrome/browser/extensions/extension_tabs_module.h
@@ -39,6 +39,8 @@ class ExtensionTabUtil {
static DictionaryValue* CreateWindowValue(const Browser* browser,
bool populate_tabs);
+ static bool GetDefaultTab(Browser* browser, TabContents** contents,
+ int* tab_id);
// Any out parameter (|browser|, |tab_strip|, |contents|, & |tab_index|) may
// be NULL and will not be set within the function.
static bool GetTabById(int tab_id, Profile* profile, Browser** browser,
@@ -94,9 +96,9 @@ class RemoveTabFunction : public SyncExtensionFunction {
};
class DetectTabLanguageFunction : public AsyncExtensionFunction,
public NotificationObserver {
+ private:
virtual bool RunImpl();
- private:
virtual void Observe(NotificationType type,
const NotificationSource& source,
const NotificationDetails& details);