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

Unified Diff: base/clipboard.h

Issue 11247: Remove cf_html from webdropdata.h. This is windows (Closed)
Patch Set: fix feedback Created 12 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 | base/clipboard_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard.h
diff --git a/base/clipboard.h b/base/clipboard.h
index 14ee655490677efeb185c73fa41f4dfbe1672a23..2943f0e1c92e020361683bc11a863d9e7ec81932 100644
--- a/base/clipboard.h
+++ b/base/clipboard.h
@@ -168,14 +168,6 @@ class Clipboard {
// Safely write to system clipboard. Free |handle| on failure.
void WriteToClipboard(FormatType format, HANDLE handle);
- static void MarkupToHTMLClipboardFormat(const std::string& markup,
- const std::string& src_url,
- std::string* html_fragment);
-
- static void ParseHTMLClipboardFormat(const std::string& html_fragment,
- std::wstring* markup,
- std::string* src_url);
-
static void ParseBookmarkClipboardFormat(const std::wstring& bookmark,
std::wstring* title,
std::string* url);
« no previous file with comments | « no previous file | base/clipboard_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698