Chromium Code Reviews

Unified Diff: chrome/browser/gtk/gtk_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 | « chrome/browser/browser_theme_provider.cc ('k') | chrome/browser/gtk/gtk_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/gtk_theme_provider.h
diff --git a/chrome/browser/gtk/gtk_theme_provider.h b/chrome/browser/gtk/gtk_theme_provider.h
index 8e40d6f0bcda53cbad18f4e912d01b27051be8f8..b7310ca1eccc9eff0aa1b3fd51595be6353bd8a9 100644
--- a/chrome/browser/gtk/gtk_theme_provider.h
+++ b/chrome/browser/gtk/gtk_theme_provider.h
@@ -119,7 +119,7 @@ class GtkThemeProvider : public BrowserThemeProvider,
virtual void LoadThemePrefs();
// Let all the browser views know that themes have changed.
- virtual void NotifyThemeChanged();
+ virtual void NotifyThemeChanged(Extension* extension);
// Additionally frees the CairoCachedSurfaces.
virtual void FreePlatformCaches();
« no previous file with comments | « chrome/browser/browser_theme_provider.cc ('k') | chrome/browser/gtk/gtk_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine