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

Unified Diff: views/desktop/desktop_main.cc

Issue 8343023: rename Run in MessageLoopForUI to RunWithDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 2 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 | « views/controls/menu/nested_dispatcher_gtk.cc ('k') | views/examples/examples_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/desktop/desktop_main.cc
diff --git a/views/desktop/desktop_main.cc b/views/desktop/desktop_main.cc
index 225a970d1be9c438f7f7e40e477932c8c4df592b..f67d23eb8e431fa4bfc116a0ec3184bafb0c2749 100644
--- a/views/desktop/desktop_main.cc
+++ b/views/desktop/desktop_main.cc
@@ -82,7 +82,7 @@ int main(int argc, char** argv) {
gfx::Rect(600, 450, 450, 300), false);
views::AcceleratorHandler accelerator_handler;
- MessageLoopForUI::current()->Run(&accelerator_handler);
+ MessageLoopForUI::current()->RunWithDispatcher(&accelerator_handler);
#if defined(OS_WIN)
OleUninitialize();
« no previous file with comments | « views/controls/menu/nested_dispatcher_gtk.cc ('k') | views/examples/examples_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698