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

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 497523002: linux: Explicitly call FcInit() in ToolkitInitialized(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FontConfig -> Fontconfig Created 6 years, 4 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/chrome_browser_main_linux.h
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index 37f35ce523f5e67f6ef1e29056feb59ce1f72ef1..9d9a92aab8e5f574f4b022a631232016b3f694c1 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -17,6 +17,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
virtual ~ChromeBrowserMainPartsLinux();
// ChromeBrowserMainParts overrides.
+ virtual void ToolkitInitialized() OVERRIDE;
virtual void PreProfileInit() OVERRIDE;
virtual void PostProfileInit() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_linux.cc » ('j') | chrome/browser/chrome_browser_main_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698