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

Unified Diff: ui/views/widget/widget.h

Issue 126053002: Remove unused function NotifyLocaleChanged() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698