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

Unified Diff: chrome/test/ppapi/ppapi_filechooser_browsertest.cc

Issue 2601303002: Wireup SafeBrowsingNavigationObserverManager to help PPAPI download attribution (Closed)
Patch Set: add check for rfh Created 3 years, 11 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: chrome/test/ppapi/ppapi_filechooser_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_filechooser_browsertest.cc b/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
index 3d8ed5ffa4d3b6b926469727718adbb928f698cb..ae3c0a628049c50c0f5d320e35a2510cc1b8f0c7 100644
--- a/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_filechooser_browsertest.cc
@@ -167,6 +167,8 @@ class FakeDownloadProtectionService : public DownloadProtectionService {
void CheckPPAPIDownloadRequest(
const GURL& requestor_url,
+ const GURL& initiating_frame_url_unused,
+ content::WebContents* web_contents_unused,
const base::FilePath& default_file_path,
const std::vector<base::FilePath::StringType>& alternate_extensions,
Profile* /* profile */,

Powered by Google App Engine
This is Rietveld 408576698