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

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

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 02:31:54 PST 2014 Created 6 years, 1 month 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
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 ui::SimpleMenuModel protocol_handler_submenu_model_; 157 ui::SimpleMenuModel protocol_handler_submenu_model_;
158 ProtocolHandlerRegistry* protocol_handler_registry_; 158 ProtocolHandlerRegistry* protocol_handler_registry_;
159 159
160 // An observer that handles spelling-menu items. 160 // An observer that handles spelling-menu items.
161 scoped_ptr<SpellingMenuObserver> spelling_menu_observer_; 161 scoped_ptr<SpellingMenuObserver> spelling_menu_observer_;
162 162
163 // An observer that handles a 'spell-checker options' submenu. 163 // An observer that handles a 'spell-checker options' submenu.
164 scoped_ptr<SpellCheckerSubMenuObserver> spellchecker_submenu_observer_; 164 scoped_ptr<SpellCheckerSubMenuObserver> spellchecker_submenu_observer_;
165 165
166 #if defined(ENABLE_FULL_PRINTING) 166 #if defined(ENABLE_PRINT_PREVIEW)
167 // An observer that disables menu items when print preview is active. 167 // An observer that disables menu items when print preview is active.
168 scoped_ptr<PrintPreviewContextMenuObserver> print_preview_menu_observer_; 168 scoped_ptr<PrintPreviewContextMenuObserver> print_preview_menu_observer_;
169 #endif 169 #endif
170 170
171 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu); 171 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
172 }; 172 };
173 173
174 #endif // CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_ 174 #endif // CHROME_BROWSER_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698