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

Unified Diff: content/renderer/image_downloader/image_downloader_impl.h

Issue 2034153002: Makes RenderFrameObserver/RenderViewObserver::OnDestruct pure virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 6 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
« no previous file with comments | « content/renderer/idle_user_detector.cc ('k') | content/renderer/image_downloader/image_downloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/image_downloader/image_downloader_impl.h
diff --git a/content/renderer/image_downloader/image_downloader_impl.h b/content/renderer/image_downloader/image_downloader_impl.h
index 07ba01516fc581845bf8f60fab56958ce13f355c..366a203ac1ae5117948a5e32be32de9e4261a83f 100644
--- a/content/renderer/image_downloader/image_downloader_impl.h
+++ b/content/renderer/image_downloader/image_downloader_impl.h
@@ -45,6 +45,9 @@ class ImageDownloaderImpl : public content::mojom::ImageDownloader,
mojo::InterfaceRequest<content::mojom::ImageDownloader> request);
~ImageDownloaderImpl() override;
+ // RenderFrameObserver implementation.
+ void OnDestruct() override;
+
// ImageDownloader methods:
void DownloadImage(const mojo::String& url,
bool is_favicon,
« no previous file with comments | « content/renderer/idle_user_detector.cc ('k') | content/renderer/image_downloader/image_downloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698