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

Unified Diff: trunk/src/remoting/host/constants_mac.cc

Issue 209043004: Revert 259287 "Add breakpad support for me2me and it2me native m..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
Index: trunk/src/remoting/host/constants_mac.cc
===================================================================
--- trunk/src/remoting/host/constants_mac.cc (revision 259399)
+++ trunk/src/remoting/host/constants_mac.cc (working copy)
@@ -7,8 +7,6 @@
namespace remoting {
#define SERVICE_NAME "org.chromium.chromoting"
-#define PREFPANE_BUNDLE_NAME "ChromeRemoteDesktop.prefPane"
-#define HOST_BUNDLE_NAME "ChromeRemoteDesktopHost.bundle"
#define APPLICATIONS_DIR "/Applications/"
#define HELPER_TOOLS_DIR "/Library/PrivilegedHelperTools/"
@@ -19,14 +17,14 @@
const char kServiceName[] = SERVICE_NAME;
-const char kPrefPaneFileName[] = PREFPANE_BUNDLE_NAME;
-const char kPrefPaneFilePath[] = PREFERENCE_PANES_DIR PREFPANE_BUNDLE_NAME;
+const char kPrefPaneFileName[] = SERVICE_NAME ".prefPane";
+const char kPrefPaneFilePath[] = PREFERENCE_PANES_DIR SERVICE_NAME ".prefPane";
const char kHostConfigFileName[] = SERVICE_NAME ".json";
const char kHostConfigFilePath[] = HELPER_TOOLS_DIR SERVICE_NAME ".json";
const char kHostHelperScriptPath[] = HELPER_TOOLS_DIR SERVICE_NAME ".me2me.sh";
-const char kHostBinaryPath[] = HELPER_TOOLS_DIR HOST_BUNDLE_NAME;
+const char kHostBinaryPath[] = HELPER_TOOLS_DIR SERVICE_NAME ".me2me_host.app";
const char kHostEnabledPath[] = HELPER_TOOLS_DIR SERVICE_NAME ".me2me_enabled";
const char kServicePlistPath[] = LAUNCH_AGENTS_DIR SERVICE_NAME ".plist";
« no previous file with comments | « trunk/src/remoting/branding_Chromium ('k') | trunk/src/remoting/host/installer/mac/ChromotingHostService.pkgproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698