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

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

Issue 1575623002: Disable Web Notifications in Incognito (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permfix
Patch Set: Created 4 years, 11 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/public/browser/web_contents_user_data.h
diff --git a/content/public/browser/web_contents_user_data.h b/content/public/browser/web_contents_user_data.h
index 5ee0fb9f63317d5c7099b5c28e4705be94089937..6d84595af724bc2a1b89e004b67cea9204d4b445 100644
--- a/content/public/browser/web_contents_user_data.h
+++ b/content/public/browser/web_contents_user_data.h
@@ -17,7 +17,7 @@ namespace content {
// --- in foo_tab_helper.h ---
// class FooTabHelper : public content::WebContentsUserData<FooTabHelper> {
// public:
-// virtual ~FooTabHelper();
+// ~FooTabHelper() override;
// // ... more public stuff here ...
// private:
// explicit FooTabHelper(content::WebContents* contents);

Powered by Google App Engine
This is Rietveld 408576698