| Index: chrome/browser/ui/webui/settings/font_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/font_handler.cc b/chrome/browser/ui/webui/settings/font_handler.cc
|
| index 4d7c4c34ecafa5e335ef36b34c2450597b7cff15..954f7f6633fec953e84f59e2901b6d5f9472684a 100644
|
| --- a/chrome/browser/ui/webui/settings/font_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/font_handler.cc
|
| @@ -113,10 +113,9 @@ void FontHandler::OnExtensionLoaded(content::BrowserContext*,
|
| NotifyAdvancedFontSettingsAvailability();
|
| }
|
|
|
| -void FontHandler::OnExtensionUnloaded(
|
| - content::BrowserContext*,
|
| - const extensions::Extension*,
|
| - extensions::UnloadedExtensionInfo::Reason) {
|
| +void FontHandler::OnExtensionUnloaded(content::BrowserContext*,
|
| + const extensions::Extension*,
|
| + extensions::UnloadedExtensionReason) {
|
| NotifyAdvancedFontSettingsAvailability();
|
| }
|
|
|
|
|