diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 00:14:37 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 00:14:37 +0000 |
commit | 89a738b630d1152c087dc851c407ce8780e84aa1 (patch) | |
tree | 7b4cdce06bcd578d955c8fcd787b108056038b54 /extensions/browser/DEPS | |
parent | 3a27dbd70e0f6268d5edd1c3a0f99c6a4c48db13 (diff) | |
download | chromium_src-89a738b630d1152c087dc851c407ce8780e84aa1.zip chromium_src-89a738b630d1152c087dc851c407ce8780e84aa1.tar.gz chromium_src-89a738b630d1152c087dc851c407ce8780e84aa1.tar.bz2 |
Revert of Extract RuntimeEventRouter from extensions Runtime API (https://codereview.chromium.org/206613005/)
Reason for revert:
After talking to yoz@ and rockot@ I don't
think we want to extract the runtime implementation to src/extensions. It's got too much Chrome-specific stuff, and for app_shell we really need app_runtime and not runtime.
Original issue's description:
> Extract RuntimeEventRouter from extensions Runtime API
>
> Another step toward moving the runtime API to src/extensions so it can be
> used by app_shell.
>
> BUG=354552
> TEST=browser_tests ExtensionApi*:*Runtime*
> TBR=xiyuan@chromium.org for header file move touching chrome/browser/chromeos/app_mode
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259477
TBR=yoz@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=354552
Review URL: https://codereview.chromium.org/213313007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index 22cf083..3ff0288 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -15,8 +15,8 @@ include_rules = [ "+chrome/browser/chrome_notification_types.h", "+chrome/browser/extensions/api/content_settings/content_settings_store.h", "+chrome/browser/extensions/api/preference/preference_api.h", + "+chrome/browser/extensions/api/runtime/runtime_api.h", "+chrome/browser/renderer_host/chrome_render_message_filter.h", - "+chrome/common/extensions/api/runtime.h", "+chrome/common/extensions/api/sockets/sockets_manifest_data.h", "+chrome/common/extensions/features/feature_channel.h", "+grit/generated_resources.h", |