diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 06:56:44 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 06:56:44 +0000 |
commit | a83b840c73ea10d31d073f8046c3096e998220f1 (patch) | |
tree | 814f9de24aa2a44aa9d17ad1e1e7967f50fd6274 /chrome/chrome_browser_extensions.gypi | |
parent | 3541d300fff63cbf460cc0fffb3cbf9815da026b (diff) | |
download | chromium_src-a83b840c73ea10d31d073f8046c3096e998220f1.zip chromium_src-a83b840c73ea10d31d073f8046c3096e998220f1.tar.gz chromium_src-a83b840c73ea10d31d073f8046c3096e998220f1.tar.bz2 |
Relanding after reverted in 137632 (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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137630
Review URL: https://chromiumcodereview.appspot.com/10388160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r-- | chrome/chrome_browser_extensions.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi index a9c8b52..e4bb59f 100644 --- a/chrome/chrome_browser_extensions.gypi +++ b/chrome/chrome_browser_extensions.gypi @@ -53,6 +53,7 @@ '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', |