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

Unified Diff: chrome/browser/gtk/tabs/tab_strip_gtk.h

Issue 149426: Fix a few issues with the drop arrow in the Linux tab strip:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/gtk/tabs/tab_strip_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/tabs/tab_strip_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/tab_strip_gtk.h (revision 20334)
+++ chrome/browser/gtk/tabs/tab_strip_gtk.h (working copy)
@@ -307,8 +307,9 @@
void SetDropIndex(int index, bool drop_before);
// Determines whether the data is acceptable by the tabstrip and opens a new
- // tab with the data as URL if it is.
- void CompleteDrop(guchar* data);
+ // tab with the data as URL if it is. Returns true if the drop was
+ // successful.
+ bool CompleteDrop(guchar* data);
// Returns the image to use for indicating a drop on a tab. If is_down is
// true, this returns an arrow pointing down.
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_strip_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698