Commit 152e039f authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Remove PrefsTabHelper::style_sheet_subscription_.

Dead since 2013: https://codereview.chromium.org/64843004

Change-Id: I2e26bb531fca1e8e590b2f45b829fa485c145bda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215303
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Auto-Submit: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: default avatarDominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771610}
parent 02097bbf
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_UI_PREFS_PREFS_TAB_HELPER_H_ #ifndef CHROME_BROWSER_UI_PREFS_PREFS_TAB_HELPER_H_
#define CHROME_BROWSER_UI_PREFS_PREFS_TAB_HELPER_H_ #define CHROME_BROWSER_UI_PREFS_PREFS_TAB_HELPER_H_
#include "base/callback_list.h"
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
...@@ -63,8 +62,6 @@ class PrefsTabHelper : public content::NotificationObserver, ...@@ -63,8 +62,6 @@ class PrefsTabHelper : public content::NotificationObserver,
content::WebContents* web_contents_; content::WebContents* web_contents_;
Profile* profile_; Profile* profile_;
content::NotificationRegistrar registrar_; content::NotificationRegistrar registrar_;
std::unique_ptr<base::CallbackList<void(void)>::Subscription>
style_sheet_subscription_;
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
std::unique_ptr<ChromeZoomLevelPrefs::DefaultZoomLevelSubscription> std::unique_ptr<ChromeZoomLevelPrefs::DefaultZoomLevelSubscription>
default_zoom_level_subscription_; default_zoom_level_subscription_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment