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

Unified Diff: win8/metro_driver/chrome_app_view.h

Issue 1169923009: Remove remaining use of the deprecated MessageLoopProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 5 years, 6 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/shell_dialogs/select_file_dialog_win.cc ('k') | win8/metro_driver/chrome_app_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_app_view.h
diff --git a/win8/metro_driver/chrome_app_view.h b/win8/metro_driver/chrome_app_view.h
index 77d67815924bf098ae5d826ddd5ce86e7e89c6c5..2620d008bd09970b876bdd708b117f0b8ddc505f 100644
--- a/win8/metro_driver/chrome_app_view.h
+++ b/win8/metro_driver/chrome_app_view.h
@@ -162,7 +162,7 @@ struct Globals {
bool is_initial_activation;
// This message loop lives in the app view's thread. Some operations have
// to be initiated from that thread, notably spawning file pickers.
- base::MessageLoopProxy* appview_msg_loop;
+ base::SingleThreadTaskRunner* appview_task_runner;
winapp::Core::ICoreApplicationExit* app_exit;
base::string16 metro_command_line_switches;
};
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | win8/metro_driver/chrome_app_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698