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

Unified Diff: content/browser/background_fetch/background_fetch_context.h

Issue 2727253002: Added DownloadItem::Observer to JobController. (Closed)
Patch Set: Code review changes Created 3 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: content/browser/background_fetch/background_fetch_context.h
diff --git a/content/browser/background_fetch/background_fetch_context.h b/content/browser/background_fetch/background_fetch_context.h
index b2c0579ab1f47799ec929d59130a1912f5b2cdd9..0ef5d6d7f3b6e4cb3f12992c66e4cdcc4da01254 100644
--- a/content/browser/background_fetch/background_fetch_context.h
+++ b/content/browser/background_fetch/background_fetch_context.h
@@ -53,7 +53,7 @@ class CONTENT_EXPORT BackgroundFetchContext
friend class base::RefCountedThreadSafe<BackgroundFetchContext,
BrowserThread::DeleteOnUIThread>;
- virtual ~BackgroundFetchContext();
+ ~BackgroundFetchContext();
void CreateRequest(const BackgroundFetchJobInfo& job_info,
std::vector<BackgroundFetchRequestInfo>& request_infos);

Powered by Google App Engine
This is Rietveld 408576698