summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_idle_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_idle_api.h')
-rw-r--r--chrome/browser/extensions/extension_idle_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_idle_api.h b/chrome/browser/extensions/extension_idle_api.h
index 641628a..ab27ec1 100644
--- a/chrome/browser/extensions/extension_idle_api.h
+++ b/chrome/browser/extensions/extension_idle_api.h
@@ -18,11 +18,11 @@ class ExtensionIdleEventRouter {
DISALLOW_COPY_AND_ASSIGN(ExtensionIdleEventRouter);
};
-// Implementation of the chrome.experimental.idle.queryState API.
+// Implementation of the chrome.idle.queryState API.
class ExtensionIdleQueryStateFunction : public SyncExtensionFunction {
public:
virtual bool RunImpl();
- DECLARE_EXTENSION_FUNCTION_NAME("experimental.idle.queryState")
+ DECLARE_EXTENSION_FUNCTION_NAME("idle.queryState")
};
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_IDLE_API_H_