Index: chrome/browser/extensions/extension_tabs_module.h |
=================================================================== |
--- chrome/browser/extensions/extension_tabs_module.h (revision 35721) |
+++ chrome/browser/extensions/extension_tabs_module.h (working copy) |
@@ -131,6 +131,7 @@ |
virtual void Observe(NotificationType type, |
const NotificationSource& source, |
const NotificationDetails& details); |
+ void GotLanguage(const std::string& language); |
NotificationRegistrar registrar_; |
DECLARE_EXTENSION_FUNCTION_NAME("tabs.detectLanguage") |
}; |