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

Unified Diff: chrome/browser/ui/views/keyboard_overlay_dialog_view.h

Issue 10171006: Convert more users away from DOMView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/keyboard_overlay_dialog_view.h
===================================================================
--- chrome/browser/ui/views/keyboard_overlay_dialog_view.h (revision 133597)
+++ chrome/browser/ui/views/keyboard_overlay_dialog_view.h (working copy)
@@ -34,7 +34,7 @@
static void ShowDialog(gfx::NativeWindow owning_window, BrowserView* parent);
private:
- virtual void RegisterDialogAccelerators() OVERRIDE;
+ void RegisterDialogAccelerators();
// Returns true if |accelerator| is an accelerator for closing the dialog.
bool IsCloseAccelerator(const ui::Accelerator& accelerator);
« no previous file with comments | « chrome/browser/ui/views/keyboard_overlay_delegate.cc ('k') | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698