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

Unified Diff: extensions/shell/browser/shell_extension_web_contents_observer.h

Issue 2846743002: Switch SupportsUserData uses to use unique_ptr. (Closed)
Patch Set: Created 3 years, 8 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 | « extensions/renderer/native_extension_bindings_system.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_extension_web_contents_observer.h
diff --git a/extensions/shell/browser/shell_extension_web_contents_observer.h b/extensions/shell/browser/shell_extension_web_contents_observer.h
index 372b7c2d6ec73b0a0d5b43a1f0126f94ab879fbb..dc458fd375dff60a1b143308f32fc0da8c06e7fb 100644
--- a/extensions/shell/browser/shell_extension_web_contents_observer.h
+++ b/extensions/shell/browser/shell_extension_web_contents_observer.h
@@ -15,12 +15,14 @@ namespace extensions {
class ShellExtensionWebContentsObserver
: public ExtensionWebContentsObserver,
public content::WebContentsUserData<ShellExtensionWebContentsObserver> {
+ public:
+ ~ShellExtensionWebContentsObserver() override;
+
private:
friend class content::WebContentsUserData<ShellExtensionWebContentsObserver>;
explicit ShellExtensionWebContentsObserver(
content::WebContents* web_contents);
- ~ShellExtensionWebContentsObserver() override;
DISALLOW_COPY_AND_ASSIGN(ShellExtensionWebContentsObserver);
};
« no previous file with comments | « extensions/renderer/native_extension_bindings_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698