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

Unified Diff: ui/views/view.cc

Issue 9968058: Cleanup: remove GTK stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/view.h ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 978318303f304adfed90299c8f7eb375c35bc8e8..848a4df491701b23736f7c553417eb7f586745f3 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -1949,14 +1949,7 @@ void View::RegisterPendingAccelerators() {
// Some crash reports seem to show that we may get cases where we have no
// focus manager (see bug #1291225). This should never be the case, just
// making sure we don't crash.
-
- // TODO(jcampan): This fails for a view under NativeWidgetGtk with
- // TYPE_CHILD. (see http://crbug.com/21335) reenable
- // NOTREACHED assertion and verify accelerators works as
- // expected.
-#if defined(OS_WIN)
NOTREACHED();
-#endif
return;
}
for (std::vector<ui::Accelerator>::const_iterator i(
« no previous file with comments | « ui/views/view.h ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698