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

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

Issue 12298037: Revert 183123 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1417/src/
Patch Set: Created 7 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 | « ui/base/clipboard/clipboard_win.cc ('k') | ui/base/clipboard/scoped_clipboard_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/scoped_clipboard_writer.h
===================================================================
--- ui/base/clipboard/scoped_clipboard_writer.h (revision 183210)
+++ ui/base/clipboard/scoped_clipboard_writer.h (working copy)
@@ -30,10 +30,6 @@
// Create an instance that is a simple wrapper around clipboard.
ScopedClipboardWriter(Clipboard* clipboard, Clipboard::Buffer buffer);
- ScopedClipboardWriter(Clipboard* clipboard,
- Clipboard::Buffer buffer,
- Clipboard::SourceTag source_tag);
-
~ScopedClipboardWriter();
// Converts |text| to UTF-8 and adds it to the clipboard.
@@ -82,7 +78,6 @@
Clipboard::ObjectMap objects_;
Clipboard* clipboard_;
Clipboard::Buffer buffer_;
- Clipboard::SourceTag source_tag_;
// We keep around the UTF-8 text of the URL in order to pass it to
// Clipboard::DidWriteURL().
« no previous file with comments | « ui/base/clipboard/clipboard_win.cc ('k') | ui/base/clipboard/scoped_clipboard_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698