diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 23:48:54 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 23:48:54 +0000 |
commit | 706197adc80edd1b1b73a6eea38a5b080609b103 (patch) | |
tree | 9b5ed9d55107366ad484ec1802ab938a51e13a22 /chrome/app | |
parent | fd01250e35bb184937b3fe439d2d7ffc0d96c15f (diff) | |
download | chromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.zip chromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.tar.gz chromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.tar.bz2 |
Revert 31322 - Extension Installed InfoBubble
This creates UI feedback upon successful installation of an extension. An InfoBubble is shown containing the install icon and some information about how to manage extensions.
TEST=Install a packaged extension. Verify the InfoBubble is shown, with the install icon and some description. The InfoBubble should disappear when the bubble looses focus (click elsewhere). For a browserAction, the bubble should point to the browserAction icon. For a pageAction **that has a "default_icon" set in it's manifest (see the samples/subscribe_page_action in this CL)**, it should point to a temporarily shown pageAction icon that will be hidden when the bubble closes. Otherwise it should point to the wrench menu.
BUG=21412
Review URL: http://codereview.chromium.org/362022
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/375019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f792ee0..63854b0 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2603,19 +2603,6 @@ each locale. --> This extension will have full access to your computer and private data. </message> - <!-- Extension installed bubble --> - <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> - <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed - </message> - - <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displayed in the InfoBubble which explains that the UI of this extension is a Page Action icon which may appear for some pages."> - This icon will be visible when the extension can act on the current page. - </message> - - <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO" desc="Text displayed in the InfoBubble with instructives on how to find the chrome://extensions/ management page"> - You can manage your installed extensions by clicking on the wrench menu, and then "Extensions". - </message> - <!-- chrome://extensions page --> <message name="IDS_EXTENSIONS_DEVELOPER_MODE_LINK" desc="Text of the link for developer mode."> Developer mode |