summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_infobar_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_infobar_module.h')
-rw-r--r--chrome/browser/extensions/extension_infobar_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_infobar_module.h b/chrome/browser/extensions/extension_infobar_module.h
index 3414b19..e05dbf1 100644
--- a/chrome/browser/extensions/extension_infobar_module.h
+++ b/chrome/browser/extensions/extension_infobar_module.h
@@ -10,7 +10,7 @@
class ShowInfoBarFunction : public SyncExtensionFunction {
~ShowInfoBarFunction() {}
virtual bool RunImpl();
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.infoBar.show")
+ DECLARE_EXTENSION_FUNCTION_NAME("experimental.infobars.show")
};
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INFOBAR_MODULE_H_