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

Side by Side Diff: chrome/browser/renderer_context_menu/render_view_context_menu.h

Issue 632243002: |Print..| menu should be consistent in contextmenu with and without selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nit. Created 6 years, 2 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/renderer_context_menu/render_view_context_menu.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_ 5 #ifndef CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_
6 #define CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_ 6 #define CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 void AppendImageItems(); 95 void AppendImageItems();
96 void AppendAudioItems(); 96 void AppendAudioItems();
97 void AppendCanvasItems(); 97 void AppendCanvasItems();
98 void AppendVideoItems(); 98 void AppendVideoItems();
99 void AppendMediaItems(); 99 void AppendMediaItems();
100 void AppendPluginItems(); 100 void AppendPluginItems();
101 void AppendPageItems(); 101 void AppendPageItems();
102 void AppendFrameItems(); 102 void AppendFrameItems();
103 void AppendCopyItem(); 103 void AppendCopyItem();
104 void AppendPrintItem(); 104 void AppendPrintItem();
105 void AppendRotationItems();
105 void AppendEditableItems(); 106 void AppendEditableItems();
106 void AppendSearchProvider(); 107 void AppendSearchProvider();
107 void AppendAllExtensionItems(); 108 void AppendAllExtensionItems();
108 void AppendCurrentExtensionItems(); 109 void AppendCurrentExtensionItems();
109 void AppendPrintPreviewItems(); 110 void AppendPrintPreviewItems();
110 void AppendSearchWebForImageItems(); 111 void AppendSearchWebForImageItems();
111 void AppendSpellingSuggestionsSubMenu(); 112 void AppendSpellingSuggestionsSubMenu();
112 void AppendSpellcheckOptionsSubMenu(); 113 void AppendSpellcheckOptionsSubMenu();
113 void AppendProtocolHandlerSubMenu(); 114 void AppendProtocolHandlerSubMenu();
114 115
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 155
155 #if defined(ENABLE_FULL_PRINTING) 156 #if defined(ENABLE_FULL_PRINTING)
156 // An observer that disables menu items when print preview is active. 157 // An observer that disables menu items when print preview is active.
157 scoped_ptr<PrintPreviewContextMenuObserver> print_preview_menu_observer_; 158 scoped_ptr<PrintPreviewContextMenuObserver> print_preview_menu_observer_;
158 #endif 159 #endif
159 160
160 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu); 161 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
161 }; 162 };
162 163
163 #endif // CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_ 164 #endif // CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698