summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/gtk_theme_service.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 03:35:56 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-06 03:35:56 +0000
commitdc5ab7dd36e3fa9588557f2914d2fb190a2bcbeb (patch)
treec7245d18a2046ced794cc64ff7664f891739773a /chrome/browser/ui/gtk/gtk_theme_service.h
parent1260cb332ed908156236316d4b5c79cea2d36eca (diff)
downloadchromium_src-dc5ab7dd36e3fa9588557f2914d2fb190a2bcbeb.zip
chromium_src-dc5ab7dd36e3fa9588557f2914d2fb190a2bcbeb.tar.gz
chromium_src-dc5ab7dd36e3fa9588557f2914d2fb190a2bcbeb.tar.bz2
Revert changes to have ExtensionService notify ThemeService directly for themes
Changes r170880 introduced a regression and r171368 only partially fixed it. Reverting both of them to get back to a clean state. BUG=164400 TBR=asargent@chromium.org,pkotwicz@chromium.org,erg@chromium.org Review URL: https://codereview.chromium.org/11445038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/gtk_theme_service.h')
-rw-r--r--chrome/browser/ui/gtk/gtk_theme_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h
index 5368497..b476767 100644
--- a/chrome/browser/ui/gtk/gtk_theme_service.h
+++ b/chrome/browser/ui/gtk/gtk_theme_service.h
@@ -20,10 +20,6 @@
class Profile;
-namespace content {
-class NotificationObserver;
-}
-
namespace extensions {
class Extension;
}