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

Unified Diff: chrome/browser/ui/pdf/pdf_browsertest.cc

Issue 16098006: Fixed pdf_browsertest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/pdf/pdf_browsertest.cc
diff --git a/chrome/browser/ui/pdf/pdf_browsertest.cc b/chrome/browser/ui/pdf/pdf_browsertest.cc
index 6dcf680efe00786fcb875e293dfee6123ae07659..4d6e11506a9a03d21406fc8571dc863ca37ef025 100644
--- a/chrome/browser/ui/pdf/pdf_browsertest.cc
+++ b/chrome/browser/ui/pdf/pdf_browsertest.cc
@@ -284,9 +284,7 @@ IN_PROC_BROWSER_TEST_F(PDFBrowserTest, MAYBE_FindAndCopy) {
ui::Clipboard::ObjectMapParams params;
params.push_back(std::vector<char>());
objects[ui::Clipboard::CBF_TEXT] = params;
- clipboard->WriteObjects(ui::Clipboard::BUFFER_STANDARD,
- objects,
- ui::SourceTag());
+ clipboard->WriteObjects(ui::Clipboard::BUFFER_STANDARD, objects);
browser()->tab_strip_model()->GetActiveWebContents()->
GetRenderViewHost()->Copy();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698