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

Unified Diff: webkit/glue/webdropdata.h

Issue 19417: Generate a file name when dragging an image to the desktop (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « webkit/glue/clipboard_conversion.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdropdata.h
===================================================================
--- webkit/glue/webdropdata.h (revision 8847)
+++ webkit/glue/webdropdata.h (working copy)
@@ -20,6 +20,9 @@
GURL url;
std::wstring url_title; // The title associated with |url|.
+ // File extension for dragging images from a webview to the desktop.
+ std::wstring file_extension;
+
// User is dropping one or more files on the webview.
std::vector<std::wstring> filenames;
« no previous file with comments | « webkit/glue/clipboard_conversion.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698