summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webnavigation_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_webnavigation_api.h')
-rw-r--r--chrome/browser/extensions/extension_webnavigation_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_webnavigation_api.h b/chrome/browser/extensions/extension_webnavigation_api.h
index bc5c8c9..92d0985 100644
--- a/chrome/browser/extensions/extension_webnavigation_api.h
+++ b/chrome/browser/extensions/extension_webnavigation_api.h
@@ -225,14 +225,14 @@ class ExtensionWebNavigationEventRouter : public NotificationObserver {
class GetFrameFunction : public SyncExtensionFunction {
virtual ~GetFrameFunction() {}
virtual bool RunImpl() OVERRIDE;
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.webNavigation.getFrame")
+ DECLARE_EXTENSION_FUNCTION_NAME("webNavigation.getFrame")
};
// API function that returns the states of all frames in a given tab.
class GetAllFramesFunction : public SyncExtensionFunction {
virtual ~GetAllFramesFunction() {}
virtual bool RunImpl() OVERRIDE;
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.webNavigation.getAllFrames")
+ DECLARE_EXTENSION_FUNCTION_NAME("webNavigation.getAllFrames")
};
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBNAVIGATION_API_H_