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

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

Issue 9030010: Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 115777)
+++ chrome/browser/safe_browsing/malware_details.h (working copy)
@@ -44,7 +44,7 @@
// Constructs a new MalwareDetails instance, using the factory.
static MalwareDetails* NewMalwareDetails(
SafeBrowsingService* sb_service,
- TabContents* tab_contents,
+ content::WebContents* web_contents,
const SafeBrowsingService::UnsafeResource& resource);
// Makes the passed |factory| the factory used to instanciate
@@ -71,7 +71,7 @@
friend class MalwareDetailsFactoryImpl;
MalwareDetails(SafeBrowsingService* sb_service,
- TabContents* tab_contents,
+ content::WebContents* web_contents,
const SafeBrowsingService::UnsafeResource& resource);
virtual ~MalwareDetails();
@@ -153,7 +153,7 @@
virtual MalwareDetails* CreateMalwareDetails(
SafeBrowsingService* sb_service,
- TabContents* tab_contents,
+ content::WebContents* web_contents,
const SafeBrowsingService::UnsafeResource& unsafe_resource) = 0;
};
« no previous file with comments | « chrome/browser/safe_browsing/client_side_detection_host.cc ('k') | chrome/browser/safe_browsing/malware_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698