From 1dae773eba0c4b36957e5d226c211579ca0113c3 Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Fri, 11 Apr 2014 19:46:13 +0000 Subject: Toro: Remove chrome feature channel dep from //extensions The existence of stable/beta/dev channel is a Chrome concept. Eliminate the reference to feature_channel.h in //extensions by observing for renderer startup and sending the channel to the renderer in //chrome. This is also one of our last //extensions -> //chrome circular dependencies. BUG=362244 TEST=browser_tests *Extensions* Review URL: https://codereview.chromium.org/234183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263314 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/DEPS | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index 56345eb..dbfc9ba 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -12,7 +12,6 @@ include_rules = [ # # TODO(jamescook): Remove these. http://crbug.com/162530 "!chrome/browser/chrome_notification_types.h", - "!chrome/common/extensions/features/feature_channel.h", "!grit/chromium_strings.h", "!grit/common_resources.h", "!grit/extensions_api_resources.h", -- cgit v1.1