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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 1878943002: Revert of Makes MaterialDesignController initialization explicit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/gtk2_ui.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
index 9539df00f762ee53f9b9246b4e8d3cda215f536c..3dda6d284439b9bc9908411b2862f9e0a6478845 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
@@ -73,9 +73,6 @@
// ui::LinuxUI:
void Initialize() override;
- // TODO(varkha): This should not be necessary once Material Design is on
- // unconditionally.
- void MaterialDesignControllerReady() override;
gfx::Image GetThemeImageNamed(int id) const override;
bool GetTint(int id, color_utils::HSL* tint) const override;
bool GetColor(int id, SkColor* color) const override;
@@ -133,11 +130,6 @@
// ThemeService interface and the colors we send to webkit.
void LoadGtkValues();
- // Updates colors if necessary after possible modification of command line.
- // TODO(varkha): This should not be necessary once Material Design is on
- // unconditionally.
- void UpdateMaterialDesignColors();
-
// Reads in explicit theme frame colors from the ChromeGtkFrame style class
// or generates them per our fallback algorithm.
SkColor BuildFrameColors();
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698