| Index: chrome/browser/autocomplete/autocomplete_edit.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
|
| index ffb98c40f43e98526cf777dca5a5e5c014f52651..5fd07d94382eb9a99718c3ff0712257c77f1858a 100755
|
| --- a/chrome/browser/autocomplete/autocomplete_edit.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit.h
|
| @@ -669,10 +669,6 @@ class AutocompleteEditView
|
| // Returns true if |edit_text| starting at |current_pos| is "://".
|
| static bool SchemeEnd(LPTSTR edit_text, int current_pos, int length);
|
|
|
| - // Intercepts. See OnPaint().
|
| - static HDC WINAPI BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT lpPaint);
|
| - static BOOL WINAPI EndPaintIntercept(HWND hWnd, CONST PAINTSTRUCT* lpPaint);
|
| -
|
| // Message handlers
|
| void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
|
| void OnContextMenu(HWND window, const CPoint& point);
|
|
|