diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 09:53:49 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 09:53:49 +0000 |
commit | abae42657bdb9b9734feb3d01bd8ca7a70057b71 (patch) | |
tree | 60012963437b91d39876afc3128b75767e87a4bd /chrome/browser/extensions/browser_event_router.cc | |
parent | af643a8e40de6f622263af11609fe8901c85d39f (diff) | |
download | chromium_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.cc | 2 |
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); } |