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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/possible_browser.py

Issue 10965027: Add web page replay to chrome_remote_control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace CreateForwarder with CreateReplayServer Created 8 years, 2 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: tools/chrome_remote_control/chrome_remote_control/possible_browser.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/possible_browser.py b/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
index 7f119b2e5caf3486883f07e1b4f8f790538a964f..6eb99a672d8c7f6a73f734b4746684296568c8b2 100644
--- a/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
+++ b/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
@@ -14,5 +14,5 @@ class PossibleBrowser(object):
def __repr__(self):
return 'PossibleBrowser(browser_type=%s)' % self.browser_type
- def Create(self):
+ def Create(self, extra_browser_args=None):
raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698