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

Unified Diff: win8/delegate_execute/command_execute_impl.cc

Issue 14367007: Moved atltrace to make it less confusing while debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/command_execute_impl.cc
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index 18ba4e7ead6f900658042410f22e893ce96d90ae..30faf16a343c807184106ad33c701b1f90cbf850 100644
--- a/win8/delegate_execute/command_execute_impl.cc
+++ b/win8/delegate_execute/command_execute_impl.cc
@@ -547,8 +547,8 @@ EC_HOST_UI_MODE CommandExecuteImpl::GetLaunchMode() {
AtlTrace("Invalid registry launch mode value %u\n", reg_value);
launch_mode = ECHUIM_DESKTOP;
} else {
- AtlTrace("Launch mode forced by registry to %s\n", modes[launch_mode]);
launch_mode = static_cast<EC_HOST_UI_MODE>(reg_value);
+ AtlTrace("Launch mode forced by registry to %s\n", modes[launch_mode]);
}
launch_mode_determined = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698