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

Unified Diff: chrome/browser/safe_browsing/malware_details.h

Issue 6713084: Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/browser/safe_browsing/malware_details.h
===================================================================
--- chrome/browser/safe_browsing/malware_details.h (revision 79188)
+++ chrome/browser/safe_browsing/malware_details.h (working copy)
@@ -24,7 +24,7 @@
#include "content/browser/tab_contents/tab_contents_observer.h"
class TabContents;
-struct ViewHostMsg_MalwareDOMDetails_Params;
+struct SafeBrowsingHostMsg_MalwareDOMDetails_Node;
class MalwareDetailsFactory;
@@ -57,7 +57,7 @@
// Called on the IO thread with the DOM details.
virtual void AddDOMDetails(
- const ViewHostMsg_MalwareDOMDetails_Params& params);
+ const std::vector<SafeBrowsingHostMsg_MalwareDOMDetails_Node>& params);
virtual ~MalwareDetails();
@@ -91,7 +91,7 @@
// Message handler.
void OnReceivedMalwareDOMDetails(
- const ViewHostMsg_MalwareDOMDetails_Params& params);
+ const std::vector<SafeBrowsingHostMsg_MalwareDOMDetails_Node>& params);
const SafeBrowsingService::UnsafeResource resource_;
« no previous file with comments | « chrome/browser/safe_browsing/client_side_detection_service.h ('k') | chrome/browser/safe_browsing/malware_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698