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

Unified Diff: content/public/browser/resource_controller.h

Issue 2526983002: Refactor ResourceHandler API. (Closed)
Patch Set: Fix stuff Created 4 years, 1 month 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/public/browser/resource_controller.h
diff --git a/content/public/browser/resource_controller.h b/content/public/browser/resource_controller.h
index e18d0ae0166516e4bac086c11e5d252271d07c91..387f91cd48b0a4f7c0abdba15a4ca6265b695e0a 100644
--- a/content/public/browser/resource_controller.h
+++ b/content/public/browser/resource_controller.h
@@ -20,7 +20,6 @@ class CONTENT_EXPORT ResourceController {
virtual void CancelAndIgnore() = 0;
virtual void CancelWithError(int error_code) = 0;
virtual void Resume() = 0;
- protected:
virtual ~ResourceController() {}
};

Powered by Google App Engine
This is Rietveld 408576698