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

Unified Diff: chrome/test/pyautolib/chromoting_helper.py

Issue 186763004: Add breakpad support for me2me and it2me native messaging host on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Linux build break in Official Chrome build. 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
« no previous file with comments | « no previous file | remoting/branding_Chrome » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/chromoting_helper.py
diff --git a/chrome/test/pyautolib/chromoting_helper.py b/chrome/test/pyautolib/chromoting_helper.py
index 9b06b4ba9ab6b2261f6ebb99c3d612cb508ed2c5..1c14bb53996f6ad4d58e4a9d6aaa4e445e9a4bfa 100644
--- a/chrome/test/pyautolib/chromoting_helper.py
+++ b/chrome/test/pyautolib/chromoting_helper.py
@@ -124,7 +124,7 @@ class ChromotingHelperMac(ChromotingHelper):
mock_pref_pane = os.path.join(pref_pane_dir, 'mock_pref_pane')
pref_pane = os.path.join(pref_pane_dir,
- 'org.chromium.chromoting.prefPane')
+ 'ChromeRemoteDesktop.prefPane')
mock_pref_pane_python = os.path.join(
os.path.dirname(os.path.abspath(__file__)),
'mock_pref_pane.py')
@@ -197,4 +197,4 @@ def Main():
if __name__ == '__main__':
- Main()
+ Main()
« no previous file with comments | « no previous file | remoting/branding_Chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698