diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 23:27:28 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-29 23:27:28 +0000 |
commit | 6ae45ebfd3bd419d845230bf12fa7cccbd6fe6a1 (patch) | |
tree | 99238aba300e5127bd1a6752e2a313df6b79772c /chrome/chrome_browser_ui.gypi | |
parent | 1f6c15227c86668eb4aed36b5888c85f3a6d2f99 (diff) | |
download | chromium_src-6ae45ebfd3bd419d845230bf12fa7cccbd6fe6a1.zip chromium_src-6ae45ebfd3bd419d845230bf12fa7cccbd6fe6a1.tar.gz chromium_src-6ae45ebfd3bd419d845230bf12fa7cccbd6fe6a1.tar.bz2 |
Implement the script bubble for Views.
Note: The link in the bubble takes you to the chrome://extensions page but does not highlight the extension you clicked on.
BUG=153137
TEST=Install an extension with a content script, such as Google Dictionary or Turn of the lights. You should see a puzzle piece in the Omnibox indicating how many content scripts are running on the page. Click the puzzle piece to see a list of extensions running the content scripts.
Review URL: https://codereview.chromium.org/11417141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_ui.gypi')
-rw-r--r-- | chrome/chrome_browser_ui.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi index 2922371..9098a26 100644 --- a/chrome/chrome_browser_ui.gypi +++ b/chrome/chrome_browser_ui.gypi @@ -1579,6 +1579,8 @@ 'browser/ui/views/location_bar/page_action_with_badge_view.h', 'browser/ui/views/location_bar/page_info_helper.cc', 'browser/ui/views/location_bar/page_info_helper.h', + 'browser/ui/views/location_bar/script_bubble_icon_view.cc', + 'browser/ui/views/location_bar/script_bubble_icon_view.h', 'browser/ui/views/location_bar/selected_keyword_view.cc', 'browser/ui/views/location_bar/selected_keyword_view.h', 'browser/ui/views/location_bar/star_view.cc', @@ -1632,6 +1634,8 @@ 'browser/ui/views/reload_button.h', 'browser/ui/views/sad_tab_view.cc', 'browser/ui/views/sad_tab_view.h', + 'browser/ui/views/script_bubble_view.cc', + 'browser/ui/views/script_bubble_view.h', 'browser/ui/views/select_file_dialog_extension.cc', 'browser/ui/views/select_file_dialog_extension.h', 'browser/ui/views/select_file_dialog_extension_factory.cc', |