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

Unified Diff: content/browser/renderer_host/clipboard_message_filter.h

Issue 934373002: Marshal the URL parameter of the clipboard bookmark format as a string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO Created 5 years, 10 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 | content/browser/renderer_host/clipboard_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/clipboard_message_filter.h
diff --git a/content/browser/renderer_host/clipboard_message_filter.h b/content/browser/renderer_host/clipboard_message_filter.h
index 3f01e8682dc4fa3f3d48eec14ebbd7d0b1604f53..f563ed514323e8bc680bc70550ad3f5c89e0276c 100644
--- a/content/browser/renderer_host/clipboard_message_filter.h
+++ b/content/browser/renderer_host/clipboard_message_filter.h
@@ -71,7 +71,7 @@ class CONTENT_EXPORT ClipboardMessageFilter : public BrowserMessageFilter {
void OnWriteCustomData(ui::ClipboardType clipboard_type,
const std::map<base::string16, base::string16>& data);
void OnWriteBookmark(ui::ClipboardType clipboard_type,
- const GURL& url,
+ const std::string& url,
const base::string16& title);
void OnWriteImage(ui::ClipboardType clipboard_type,
const gfx::Size& size,
« no previous file with comments | « no previous file | content/browser/renderer_host/clipboard_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698