From adf5a10eeb5dc230f27d3b1344f2111bdfcd97d6 Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Thu, 31 Jul 2014 12:44:06 +0000 Subject: Move extension notifications to extensions/browser/notification_types.h As part of the extensions module refactor we temporarily allowed the use of chrome_notification_types.h in src/extensions. However, this allowed code moving into src/extensions to listen to notifications from Chrome, which was a layering violation. This CL moves all the extensions notifications into their own header and cleans up DEPS to disallow the exception. BUG=392622 TEST=compiles, unit_tests, browser_tests, extensions_unittests TBR=miket@chromium.org for apps/ Review URL: https://codereview.chromium.org/425303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286770 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/DEPS | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index f0606ba..fede72f 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -12,13 +12,8 @@ include_rules = [ "+testing", "+ui", - # Temporarily allowed includes as part of the app shell/extensions refactor. - # # NOTE: Please do not add includes without talking to the app shell team; # see OWNERS for this directory. - # - # TODO(jamescook): Remove this. http://crbug.com/392622 - "!chrome/browser/chrome_notification_types.h", ] specific_include_rules = { -- cgit v1.1