summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/browser_event_router.cc
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 09:53:49 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 09:53:49 +0000
commitabae42657bdb9b9734feb3d01bd8ca7a70057b71 (patch)
tree60012963437b91d39876afc3128b75767e87a4bd /chrome/browser/extensions/browser_event_router.cc
parentaf643a8e40de6f622263af11609fe8901c85d39f (diff)
downloadchromium_src-abae42657bdb9b9734feb3d01bd8ca7a70057b71.zip
chromium_src-abae42657bdb9b9734feb3d01bd8ca7a70057b71.tar.gz
chromium_src-abae42657bdb9b9734feb3d01bd8ca7a70057b71.tar.bz2
Extension Commands: Remove the "experimental" flag requirement but limit the visibility of this feature to beta channel or more recent.
BUG=124169 TEST=Should be covered by tests. Review URL: https://chromiumcodereview.appspot.com/10899031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/browser_event_router.cc')
-rw-r--r--chrome/browser/extensions/browser_event_router.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/browser_event_router.cc b/chrome/browser/extensions/browser_event_router.cc
index 83347cb..1aa89c5 100644
--- a/chrome/browser/extensions/browser_event_router.cc
+++ b/chrome/browser/extensions/browser_event_router.cc
@@ -558,7 +558,7 @@ void BrowserEventRouter::CommandExecuted(Profile* profile,
DispatchEventToExtension(profile,
extension_id,
- "experimental.commands.onCommand",
+ "commands.onCommand",
args.Pass(),
EventRouter::USER_GESTURE_ENABLED);
}