Deprecate the platform-theme-changed event

This commit is contained in:
Cheng Zhao 2016-04-25 14:34:30 +09:00
parent 9557226223
commit a421c66f3f
7 changed files with 11 additions and 28 deletions

View file

@ -148,9 +148,6 @@ class Browser : public WindowListObserver {
// Request basic auth login.
void RequestLogin(LoginHandler* login_handler);
// Tell the application that plaform's theme changed.
void PlatformThemeChanged();
void AddObserver(BrowserObserver* obs) {
observers_.AddObserver(obs);
}