diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 19:22:41 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 19:22:41 +0000 |
commit | b21d691e4e486071ac8601fee7867c29729faca6 (patch) | |
tree | 7829cdf53b53a938bcedc4c0565dea3fbb406684 /chrome/app | |
parent | 61c13e8d5361469479e5c0bf61d0c25a5402ef15 (diff) | |
download | chromium_src-b21d691e4e486071ac8601fee7867c29729faca6.zip chromium_src-b21d691e4e486071ac8601fee7867c29729faca6.tar.gz chromium_src-b21d691e4e486071ac8601fee7867c29729faca6.tar.bz2 |
The "Update Chrome" menu item should appear in addition to the About menu.
It should not replace it. This patch modifications to the GTK and Cocoa ports to make the update chrome item appear when an update is available. On win/chromeos, the menu item is always there but disabled, since I'm having some problems figuring out the views custom menu implementation.
BUG=46221
TEST=The upgrade item should now appear under instead of replacing the about command.
Review URL: http://codereview.chromium.org/3143046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 2c37401..42bbdf4 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -208,6 +208,7 @@ #define IDC_MANAGE_EXTENSIONS 40022 #define IDC_AUTOFILL_DEFAULT 40023 #define IDC_DEV_TOOLS_INSPECT 40025 +#define IDC_UPGRADE_DIALOG 40026 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |