Chromium Code Reviews| Index: remoting/host/constants_mac.cc |
| diff --git a/remoting/host/constants_mac.cc b/remoting/host/constants_mac.cc |
| index 3b48ca0f93e09a13bc548d8cb5af43a7535775e2..7491414ebec786fef7aa92b625ab76faa4c0054e 100644 |
| --- a/remoting/host/constants_mac.cc |
| +++ b/remoting/host/constants_mac.cc |
| @@ -17,10 +17,6 @@ namespace remoting { |
| const char kServiceName[] = SERVICE_NAME; |
| -const char kUpdateSucceededNotificationName[] = |
|
Sergey Ulanov
2013/09/25 18:04:44
Looks like the header also defines UPDATE_SUCCEEDE
Sergey Ulanov
2013/09/25 18:06:35
I take this back. these two strings need to be def
|
| - SERVICE_NAME ".update_succeeded"; |
| -const char kUpdateFailedNotificationName[] = SERVICE_NAME ".update_failed"; |
| - |
| const char kPrefPaneFileName[] = SERVICE_NAME ".prefPane"; |
| const char kPrefPaneFilePath[] = PREFERENCE_PANES_DIR SERVICE_NAME ".prefPane"; |