Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 594063: Plumb shift-reload down into newly-added shift-reload API. (Closed)
Patch Set: 80 Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | chrome/browser/gtk/accelerators_gtk.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 //{{NO_DEPENDENCIES}} 5 //{{NO_DEPENDENCIES}}
6 // 6 //
7 // What began as a Microsoft Visual C++ generated include file is now 7 // What began as a Microsoft Visual C++ generated include file is now
8 // edited by hand. Do not generate!!! 8 // edited by hand. Do not generate!!!
9 // 9 //
10 // Used by chrome_dll.rc, Mac nibs, ... 10 // Used by chrome_dll.rc, Mac nibs, ...
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 // how they appear in the GUI/menus (left to right, top to bottom, etc.). 66 // how they appear in the GUI/menus (left to right, top to bottom, etc.).
67 67
68 // Navigation commands 68 // Navigation commands
69 #define IDC_BACK 33000 69 #define IDC_BACK 33000
70 #define IDC_FORWARD 33001 70 #define IDC_FORWARD 33001
71 #define IDC_RELOAD 33002 71 #define IDC_RELOAD 33002
72 #define IDC_HOME 33003 72 #define IDC_HOME 33003
73 #define IDC_OPEN_CURRENT_URL 33004 73 #define IDC_OPEN_CURRENT_URL 33004
74 #define IDC_GO 33005 74 #define IDC_GO 33005
75 #define IDC_STOP 33006 75 #define IDC_STOP 33006
76 // TODO: put this alongside RELOAD, next time someone wants to fix all
77 // the Mac ids.
78 #define IDC_RELOAD_IGNORING_CACHE 33007
76 79
77 // Window management commands 80 // Window management commands
78 #define IDC_NEW_WINDOW 34000 81 #define IDC_NEW_WINDOW 34000
79 #define IDC_NEW_INCOGNITO_WINDOW 34001 82 #define IDC_NEW_INCOGNITO_WINDOW 34001
80 #define IDC_PROFILE_MENU 34002 83 #define IDC_PROFILE_MENU 34002
81 // Insert any additional profile values before _LAST; these have to be 84 // Insert any additional profile values before _LAST; these have to be
82 // consecutive. 85 // consecutive.
83 #define IDC_NEW_WINDOW_PROFILE_0 34003 86 #define IDC_NEW_WINDOW_PROFILE_0 34003
84 #define IDC_NEW_WINDOW_PROFILE_1 34004 87 #define IDC_NEW_WINDOW_PROFILE_1 34004
85 #define IDC_NEW_WINDOW_PROFILE_2 34005 88 #define IDC_NEW_WINDOW_PROFILE_2 34005
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only 266 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only
264 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only 267 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only
265 #define IDC_HISTORY_MENU 46000 // OSX only 268 #define IDC_HISTORY_MENU 46000 // OSX only
266 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only 269 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only
267 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only 270 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only
268 #define IDC_INPUT_METHODS_MENU 46300 // Linux only 271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only
269 272
270 // Custom context menu entries 273 // Custom context menu entries
271 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
272 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | chrome/browser/gtk/accelerators_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698