Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index c27319226d0cdb27b88dfffb5587953678d01b5c..d79b6958c87e30ea2cebbebbbba409689f787970 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -265,11 +265,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
static Widget* CreateWindowAsFramelessChild(WidgetDelegate* widget_delegate, |
gfx::NativeView parent); |
- // Enumerates all windows pertaining to us and notifies their |
- // view hierarchies that the locale has changed. |
- // TODO(beng): remove post-Aurafication of ChromeOS. |
- static void NotifyLocaleChanged(); |
- |
// Closes all Widgets that aren't identified as "secondary widgets". Called |
// during application shutdown when the last non-secondary widget is closed. |
static void CloseAllSecondaryWidgets(); |