Chromium Code Reviews

Unified Diff: views/view.h

Issue 216045: Implements a NOTIMPLEMENTED in GoButton. (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/go_button.cc ('k') | views/view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
===================================================================
--- views/view.h (revision 26812)
+++ views/view.h (working copy)
@@ -126,6 +126,9 @@
View();
virtual ~View();
+ // Returns the amount of time between double clicks, in milliseconds.
+ static int GetDoubleClickTimeMS();
+
// Sizing functions
// Get the bounds of the View, relative to the parent. Essentially, this
« no previous file with comments | « chrome/browser/views/go_button.cc ('k') | views/view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine