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

Unified Diff: content/browser/download/drag_download_file_browsertest.cc

Issue 13409003: Hide ContentClient getters from embedders so that they they don't reuse content's embedder API. The… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 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: content/browser/download/drag_download_file_browsertest.cc
===================================================================
--- content/browser/download/drag_download_file_browsertest.cc (revision 192622)
+++ content/browser/download/drag_download_file_browsertest.cc (working copy)
@@ -116,10 +116,6 @@
Referrer referrer;
std::string referrer_encoding;
net::FileStream* stream = NULL;
-#if defined(OS_POSIX)
- stream = CreateFileStreamForDrop(
- &name, GetContentClient()->browser()->GetNetLog());
-#endif
SetUpServer();
DragDownloadFile* file = new DragDownloadFile(
name, scoped_ptr<net::FileStream>(stream), url, referrer,
« no previous file with comments | « content/browser/devtools/devtools_manager_unittest.cc ('k') | content/browser/loader/resource_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698