summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_extensions.gypi
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 05:14:10 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 05:14:10 +0000
commitf50a29a7f72d4ecb079ccebd0e0c19819fe09352 (patch)
treedbbaa33571f4a439095e793f2f02790b89887939 /chrome/chrome_browser_extensions.gypi
parent210f955d1b5d09f93b150381a2e8437696a20716 (diff)
downloadchromium_src-f50a29a7f72d4ecb079ccebd0e0c19819fe09352.zip
chromium_src-f50a29a7f72d4ecb079ccebd0e0c19819fe09352.tar.gz
chromium_src-f50a29a7f72d4ecb079ccebd0e0c19819fe09352.tar.bz2
Revert 137630 - Broke ASAN
Only return the visible page actions from PageActionController. This is a bit of a yak shave to support having the "action box" show active extensions on the current page rather than page actions. Previously, PageActionController was creating widgets for everything then LocationBarViewGtk was hiding them as necessary. This is assumes too much; we need to push the visibility logic into the Controller for the future. BUG=127988 Review URL: https://chromiumcodereview.appspot.com/10388160 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r--chrome/chrome_browser_extensions.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index e4bb59f..a9c8b52 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -53,7 +53,6 @@
'sources': [
# All .cc, .h, .m, and .mm files under browser/extensions except for
# tests and mocks.
- 'browser/extensions/action_box_controller.cc',
'browser/extensions/action_box_controller.h',
'browser/extensions/api/api_function.cc',
'browser/extensions/api/api_function.h',