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

Unified Diff: views/controls/native/native_view_host_wrapper.h

Issue 214029: Adding focus to NaviteViewHost. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « views/controls/native/native_view_host_win.cc ('k') | views/controls/native_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/native/native_view_host_wrapper.h
===================================================================
--- views/controls/native/native_view_host_wrapper.h (revision 27081)
+++ views/controls/native/native_view_host_wrapper.h (working copy)
@@ -51,9 +51,6 @@
// is already hidden.
virtual void HideWidget() = 0;
- // Sets focus to the gfx::NativeView.
- virtual void SetFocus() = 0;
-
// Creates a platform-specific instance of an object implementing this
// interface.
static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);
Property changes on: views/controls/native/native_view_host_wrapper.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « views/controls/native/native_view_host_win.cc ('k') | views/controls/native_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698