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

Unified Diff: chrome/browser/blocked_content_container.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/blocked_content_container.h
diff --git a/chrome/browser/blocked_content_container.h b/chrome/browser/blocked_content_container.h
index 29fc467dffe1cc24ea23d7dbfbceafc7e8bf7044..714af7ce0ac3fb97a502194ca2a9d178a3bb4fb3 100644
--- a/chrome/browser/blocked_content_container.h
+++ b/chrome/browser/blocked_content_container.h
@@ -20,6 +20,7 @@ class BlockedContentContainer : public TabContentsDelegate {
public:
// Creates a container for a certain TabContents:
explicit BlockedContentContainer(TabContents* owner);
+ virtual ~BlockedContentContainer();
// Adds a TabContents to this container. |bounds| are the window bounds
// requested for the TabContents.

Powered by Google App Engine
This is Rietveld 408576698