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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.h

Issue 2905433002: Refresh the Incognito NTP layout on default font size change (Closed)
Patch Set: classList.toggle Created 3 years, 7 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
Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
index 5e6ca8b2a0bea08aa3109de8d94d9bfeb2eab011..e3bf3c65dd7d625463592ae19036038c610b0eac 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
@@ -74,6 +74,7 @@ class NewTabUI : public content::WebUIController {
};
void OnShowBookmarkBarChanged();
+ void OnDefaultFontSizeChanged();
Profile* GetProfile() const;

Powered by Google App Engine
This is Rietveld 408576698