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

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

Issue 10536144: First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fallout in browser_win.cc. Trying again Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_
7 #pragma once 7 #pragma once
8 8
9 // This file lists all the command IDs understood by e.g. the browser. 9 // This file lists all the command IDs understood by e.g. the browser.
10 // It is used by Windows RC files, Mac NIB files, and other platforms too. 10 // It is used by Windows RC files, Mac NIB files, and other platforms too.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 #define IDC_RESTORE_TAB 34028 56 #define IDC_RESTORE_TAB 34028
57 #define IDC_SHOW_AS_TAB 34029 57 #define IDC_SHOW_AS_TAB 34029
58 #define IDC_FULLSCREEN 34030 58 #define IDC_FULLSCREEN 34030
59 #define IDC_EXIT 34031 59 #define IDC_EXIT 34031
60 #define IDC_MOVE_TAB_NEXT 34032 60 #define IDC_MOVE_TAB_NEXT 34032
61 #define IDC_MOVE_TAB_PREVIOUS 34033 61 #define IDC_MOVE_TAB_PREVIOUS 34033
62 #define IDC_SEARCH 34035 62 #define IDC_SEARCH 34035
63 #define IDC_TABPOSE 34036 63 #define IDC_TABPOSE 34036
64 #define IDC_DEBUG_FRAME_TOGGLE 34038 64 #define IDC_DEBUG_FRAME_TOGGLE 34038
65 #define IDC_PRESENTATION_MODE 34039 65 #define IDC_PRESENTATION_MODE 34039
66 #define IDC_METRO_SNAP_ENABLE 34040
67 #define IDC_METRO_SNAP_DISABLE 34041
66 68
67 // Page-related commands 69 // Page-related commands
68 #define IDC_BOOKMARK_PAGE 35000 70 #define IDC_BOOKMARK_PAGE 35000
69 #define IDC_BOOKMARK_ALL_TABS 35001 71 #define IDC_BOOKMARK_ALL_TABS 35001
70 #define IDC_VIEW_SOURCE 35002 72 #define IDC_VIEW_SOURCE 35002
71 #define IDC_PRINT 35003 73 #define IDC_PRINT 35003
72 #define IDC_SAVE_PAGE 35004 74 #define IDC_SAVE_PAGE 35004
73 #define IDC_ENCODING_MENU 35005 75 #define IDC_ENCODING_MENU 35005
74 #define IDC_EMAIL_PAGE_LOCATION 35006 76 #define IDC_EMAIL_PAGE_LOCATION 35006
75 #define IDC_ADVANCED_PRINT 35007 77 #define IDC_ADVANCED_PRINT 35007
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 318
317 // Protocol handler menu entries 319 // Protocol handler menu entries
318 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 320 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
319 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 321 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
320 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 322 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
321 323
322 // NOTE: The last valid command value is 57343 (0xDFFF) 324 // NOTE: The last valid command value is 57343 (0xDFFF)
323 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 325 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
324 326
325 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 327 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698