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

Unified Diff: app/gtk_dnd_util.h

Issue 5292013: GTK: Parse NETSCAPE_URL types in drags to the bookmark bar. (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 06acb0fdd58fad0f01206473f6f69e20847e83d7..2e6c275c4322c642440a60aaf014f0f15db4c184 100644
--- a/app/gtk_dnd_util.h
+++ b/app/gtk_dnd_util.h
@@ -78,6 +78,11 @@ bool ExtractNamedURL(GtkSelectionData* selection_data,
bool ExtractURIList(GtkSelectionData* selection_data,
std::vector<GURL>* urls);
+// Extracts a Netscape URL (url\ntitle) from |selection_data|.
+bool ExtractNetscapeURL(GtkSelectionData* selection_data,
+ GURL* url,
+ string16* title);
+
} // namespace gtk_dnd_util
#endif // APP_GTK_DND_UTIL_H_
« 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