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

Unified Diff: ui/base/clipboard/scoped_clipboard_writer.cc

Issue 9212066: Modified the flash cipboard interface to add html clipboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: ui/base/clipboard/scoped_clipboard_writer.cc
diff --git a/ui/base/clipboard/scoped_clipboard_writer.cc b/ui/base/clipboard/scoped_clipboard_writer.cc
index 48565ab19ef6b2db7aff23336893d3a9b7d101ba..57dcd415c8be4aa3c30c3bc3c37591d0980e50bb 100644
--- a/ui/base/clipboard/scoped_clipboard_writer.cc
+++ b/ui/base/clipboard/scoped_clipboard_writer.cc
@@ -139,4 +139,9 @@ void ScopedClipboardWriter::WriteTextOrURL(const string16& text, bool is_url) {
}
}
+void ScopedClipboardWriter::Reset() {
viettrungluu 2012/02/09 00:47:37 nit: probably keep the implementations in this fil
raymes 2012/02/09 17:28:22 Done.
+ url_text_.clear();
+ objects_.clear();
+}
+
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698