Chromium Code Reviews

Unified Diff: chrome/browser/browser_theme_provider.h

Issue 1117008: Set the details field of the BROWSER_THEME_CHANGED notification to (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_theme_provider.h
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index 7545707c1a53e86570ab2a306b66b316068c243d..a66cc59b512af629a2641a0e6bd5c63222c332f8 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -204,7 +204,9 @@ class BrowserThemeProvider : public NonThreadSafe,
virtual void LoadThemePrefs();
// Let all the browser views know that themes have changed.
- virtual void NotifyThemeChanged();
+ // extension is NULL iff the theme is being set to the
+ // default/system theme.
+ virtual void NotifyThemeChanged(Extension* extension);
#if defined(OS_MACOSX)
// Let all the browser views know that themes have changed in a platform way.
« no previous file with comments | « no previous file | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine