diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 02:13:45 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 02:13:45 +0000 |
commit | 943d8120c51e2ed0146d85a15298d7fa30f316e0 (patch) | |
tree | 74d94e42c0590d308074ad8262cbf36656b2e708 /chrome/app/chrome_dll_resource.h | |
parent | 8e0049d83d792dec1d2981d4f95369ca8a7b0558 (diff) | |
download | chromium_src-943d8120c51e2ed0146d85a15298d7fa30f316e0.zip chromium_src-943d8120c51e2ed0146d85a15298d7fa30f316e0.tar.gz chromium_src-943d8120c51e2ed0146d85a15298d7fa30f316e0.tar.bz2 |
Detach reload from omnibox, combine with stop, and eliminate go.
This does the basic surgery on all three OSes without trying to fix up the visual appearance. As a result, things look pretty ugly. My intent is to at least put endcaps on the omnibox in a subsequent patch.
BUG=45745,45762,45763
TEST=Reload and stop should be combined; go should be gone.
Review URL: http://codereview.chromium.org/2677003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index a1055ed..8a02d90 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -67,15 +67,13 @@ // how they appear in the GUI/menus (left to right, top to bottom, etc.). // Navigation commands +// TODO: Reorder to be in visible order; collapse holes #define IDC_BACK 33000 #define IDC_FORWARD 33001 #define IDC_RELOAD 33002 #define IDC_HOME 33003 #define IDC_OPEN_CURRENT_URL 33004 -#define IDC_GO 33005 #define IDC_STOP 33006 -// TODO: put this alongside RELOAD, next time someone wants to fix all -// the Mac ids. #define IDC_RELOAD_IGNORING_CACHE 33007 // Window management commands |