Index: chrome/browser/extensions/api/runtime/runtime_api.h |
diff --git a/chrome/browser/extensions/api/runtime/runtime_api.h b/chrome/browser/extensions/api/runtime/runtime_api.h |
index c2096d3fc56f5c2e340ebed9060caf18d51b09bc..9b2f10e51b44f8d9e812a7b64e023f0d853ccf99 100644 |
--- a/chrome/browser/extensions/api/runtime/runtime_api.h |
+++ b/chrome/browser/extensions/api/runtime/runtime_api.h |
@@ -24,7 +24,7 @@ class RuntimeEventRouter { |
class RuntimeGetBackgroundPageFunction : public AsyncExtensionFunction { |
protected: |
virtual bool RunImpl() OVERRIDE; |
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.runtime.getBackgroundPage"); |
+ DECLARE_EXTENSION_FUNCTION_NAME("runtime.getBackgroundPage"); |
private: |
void OnPageLoaded(ExtensionHost*); |
}; |