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

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

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
« no previous file with comments | « no previous file | trunk/src/remoting/branding_Chrome » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/pyautolib/chromoting_helper.py
===================================================================
--- trunk/src/chrome/test/pyautolib/chromoting_helper.py (revision 259399)
+++ trunk/src/chrome/test/pyautolib/chromoting_helper.py (working copy)
@@ -124,7 +124,7 @@
mock_pref_pane = os.path.join(pref_pane_dir, 'mock_pref_pane')
pref_pane = os.path.join(pref_pane_dir,
- 'ChromeRemoteDesktop.prefPane')
+ 'org.chromium.chromoting.prefPane')
mock_pref_pane_python = os.path.join(
os.path.dirname(os.path.abspath(__file__)),
'mock_pref_pane.py')
@@ -197,4 +197,4 @@
if __name__ == '__main__':
- Main()
+ Main()
« no previous file with comments | « no previous file | trunk/src/remoting/branding_Chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698