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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_win.h

Issue 865001: Merge 34145 - Reverts my r4300 and refixes Issue 3156 and 13500.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 10 years, 9 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 | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_win.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_win.h (revision 41252)
+++ chrome/browser/autocomplete/autocomplete_edit_view_win.h (working copy)
@@ -176,6 +176,7 @@
MSG_WM_RBUTTONDOWN(OnNonLButtonDown)
MSG_WM_RBUTTONUP(OnNonLButtonUp)
MSG_WM_SETFOCUS(OnSetFocus)
+ MSG_WM_SETTEXT(OnSetText)
MSG_WM_SYSCHAR(OnSysChar) // WM_SYSxxx == WM_xxx with ALT down
MSG_WM_SYSKEYDOWN(OnKeyDown)
MSG_WM_SYSKEYUP(OnKeyUp)
@@ -259,6 +260,7 @@
void OnPaint(HDC bogus_hdc);
void OnPaste();
void OnSetFocus(HWND focus_wnd);
+ LRESULT OnSetText(const wchar_t* text);
void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags);
void OnWindowPosChanging(WINDOWPOS* window_pos);
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698