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

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

Issue 8190012: make browser_tests and interaction_ui_tests compile and link under use_aura=1 chromeos=0. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updates. Created 9 years, 2 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
« chrome/test/base/ui_test_utils_linux.cc ('K') | « printing/printing.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard_aura.cc
diff --git a/ui/base/clipboard/clipboard_aura.cc b/ui/base/clipboard/clipboard_aura.cc
index c3f4c87dca030b3f46a8e16c696edc8f93659589..a6317a903fed2f91dc6ef96e3a2a3440fcd3c5a9 100644
--- a/ui/base/clipboard/clipboard_aura.cc
+++ b/ui/base/clipboard/clipboard_aura.cc
@@ -60,8 +60,11 @@ void Clipboard::ReadAsciiText(Buffer buffer, std::string* result) const {
NOTIMPLEMENTED();
}
-void Clipboard::ReadHTML(Buffer buffer, string16* markup,
- std::string* src_url) const {
+void Clipboard::ReadHTML(Buffer buffer,
+ string16* markup,
+ std::string* src_url,
+ uint32* fragment_start,
+ uint32* fragment_end) const {
NOTIMPLEMENTED();
}
« chrome/test/base/ui_test_utils_linux.cc ('K') | « printing/printing.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698