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

Unified Diff: webkit/port/platform/chromium/PopupMenuChromium.h

Issue 9621: Improving the form autofill menu behavior (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.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/chromium/PopupMenuChromium.h
===================================================================
--- webkit/port/platform/chromium/PopupMenuChromium.h (revision 5031)
+++ webkit/port/platform/chromium/PopupMenuChromium.h (working copy)
@@ -60,6 +60,10 @@
// Compute size of widget and children.
void layout();
+ // Sets whether the PopupMenuClient should be told to change its text when a
+ // new item is selected (by using the arrow keys). Default is true.
+ void setTextOnIndexChange(bool value);
+
PopupListBox* listBox() const { return m_listBox.get(); }
private:
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | webkit/port/platform/chromium/PopupMenuChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698