Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 26399) |
+++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy) |
@@ -247,7 +247,7 @@ |
g_free(text); |
} |
} else if (data->target == |
- GtkDndUtil::GetAtomForTarget(GtkDndUtil::TEXT_URI_LIST)) { |
+ GtkDndUtil::GetAtomForTarget(GtkDndUtil::TEXT_URI_LIST)) { |
Nico
2009/09/18 01:05:42
Previous indentation looked more right to me (and
Evan Stade
2009/09/18 02:43:42
changes to this file dropped
|
gchar** uris = gtk_selection_data_get_uris(data); |
if (uris) { |
for (gchar** uri_iter = uris; *uri_iter; uri_iter++) { |