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

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

Issue 10534123: Revert 141723 - First pass at making Chrome support metro snap mode. It creates a fullscreen-alike … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #define IDC_RESTORE_TAB 34028 52 #define IDC_RESTORE_TAB 34028
53 #define IDC_SHOW_AS_TAB 34029 53 #define IDC_SHOW_AS_TAB 34029
54 #define IDC_FULLSCREEN 34030 54 #define IDC_FULLSCREEN 34030
55 #define IDC_EXIT 34031 55 #define IDC_EXIT 34031
56 #define IDC_MOVE_TAB_NEXT 34032 56 #define IDC_MOVE_TAB_NEXT 34032
57 #define IDC_MOVE_TAB_PREVIOUS 34033 57 #define IDC_MOVE_TAB_PREVIOUS 34033
58 #define IDC_SEARCH 34035 58 #define IDC_SEARCH 34035
59 #define IDC_TABPOSE 34036 59 #define IDC_TABPOSE 34036
60 #define IDC_DEBUG_FRAME_TOGGLE 34038 60 #define IDC_DEBUG_FRAME_TOGGLE 34038
61 #define IDC_PRESENTATION_MODE 34039 61 #define IDC_PRESENTATION_MODE 34039
62 #define IDC_METRO_SNAP_ENABLE 34040
63 #define IDC_METRO_SNAP_DISABLE 34041
64 62
65 // Page-related commands 63 // Page-related commands
66 #define IDC_BOOKMARK_PAGE 35000 64 #define IDC_BOOKMARK_PAGE 35000
67 #define IDC_BOOKMARK_ALL_TABS 35001 65 #define IDC_BOOKMARK_ALL_TABS 35001
68 #define IDC_VIEW_SOURCE 35002 66 #define IDC_VIEW_SOURCE 35002
69 #define IDC_PRINT 35003 67 #define IDC_PRINT 35003
70 #define IDC_SAVE_PAGE 35004 68 #define IDC_SAVE_PAGE 35004
71 #define IDC_ENCODING_MENU 35005 69 #define IDC_ENCODING_MENU 35005
72 #define IDC_EMAIL_PAGE_LOCATION 35006 70 #define IDC_EMAIL_PAGE_LOCATION 35006
73 #define IDC_ADVANCED_PRINT 35007 71 #define IDC_ADVANCED_PRINT 35007
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 312
315 // Protocol handler menu entries 313 // Protocol handler menu entries
316 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 314 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
317 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 315 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
318 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 316 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
319 317
320 // NOTE: The last valid command value is 57343 (0xDFFF) 318 // NOTE: The last valid command value is 57343 (0xDFFF)
321 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 319 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
322 320
323 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 321 #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