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

Unified Diff: webkit/port/page/chromium/ChromeClientChromium.h

Issue 8885: Implementation of the UI part of the autofill (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | webkit/port/platform/chromium/PopupMenuChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/page/chromium/ChromeClientChromium.h
===================================================================
--- webkit/port/page/chromium/ChromeClientChromium.h (revision 4621)
+++ webkit/port/page/chromium/ChromeClientChromium.h (working copy)
@@ -26,7 +26,9 @@
// Notifies the client of a new popup widget. The client should place
// and size the widget with the given bounds, relative to the screen.
- virtual void popupOpened(FramelessScrollView* popupView, const IntRect& bounds) = 0;
+ virtual void popupOpened(FramelessScrollView* popupView,
+ const IntRect& bounds,
+ bool focus_on_show) = 0;
// Set the current cursor.
virtual void setCursor(const Cursor& cursor) = 0;
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | webkit/port/platform/chromium/PopupMenuChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698