Index: remoting/host/ui_strings.cc |
diff --git a/remoting/host/ui_strings.cc b/remoting/host/ui_strings.cc |
index 06d912b9879e31127740dc89495afd6587b50ce2..99c59b32f87349e05feb84069ea3e5974acb9efd 100644 |
--- a/remoting/host/ui_strings.cc |
+++ b/remoting/host/ui_strings.cc |
@@ -18,14 +18,7 @@ UiStrings::UiStrings() : |
// doesn't have a bundle (and hence no dialog) on that platform and |
// the web-app will provide the correct localization for this string. |
disconnect_button_text_plus_shortcut( |
-#if defined(OS_MACOSX) |
- // TODO(sergeyu): Currently the shortcut is disabled because it |
- // doesn't work properly on Mac. |
- ASCIIToUTF16("Disconnect") |
-#else // !defined(OS_MACOSX) |
- ASCIIToUTF16("Disconnect (Ctrl+Alt+Esc)") |
-#endif // !defined(OS_MACOSX) |
- ), |
+ ASCIIToUTF16("Disconnect (Ctrl+Alt+Esc)")), |
continue_prompt(ASCIIToUTF16( |
"You are currently sharing this machine with another user. " |
"Please confirm that you want to continue sharing.")), |