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

Unified Diff: app/gtk_dnd_util.h

Issue 5307005: GTK: Drags of images should have titles instead of "". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « no previous file | app/gtk_dnd_util.cc » ('j') | app/gtk_dnd_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gtk_dnd_util.h
diff --git a/app/gtk_dnd_util.h b/app/gtk_dnd_util.h
index 32edf224b40e24b4250ddbfa32241884c67ad9b5..06acb0fdd58fad0f01206473f6f69e20847e83d7 100644
--- a/app/gtk_dnd_util.h
+++ b/app/gtk_dnd_util.h
@@ -64,7 +64,7 @@ void SetDestTargetList(GtkWidget* dest, const int* target_codes);
// Write a URL to the selection in the given type.
void WriteURLWithName(GtkSelectionData* selection_data,
const GURL& url,
- const string16& title,
+ string16 title,
int type);
// Extracts data of type CHROME_NAMED_URL from |selection_data| into
« no previous file with comments | « no previous file | app/gtk_dnd_util.cc » ('j') | app/gtk_dnd_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698