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

Unified Diff: telemetry/telemetry/page/__init__.py

Issue 2361963004: Removed unused code. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/__init__.py
diff --git a/telemetry/telemetry/page/__init__.py b/telemetry/telemetry/page/__init__.py
index 64de29b0b9b0fa8f229e5abcbd4a0d8cb7e51670..2d4582decf5be630e846f5985f28eb384322cdad 100644
--- a/telemetry/telemetry/page/__init__.py
+++ b/telemetry/telemetry/page/__init__.py
@@ -155,10 +155,6 @@ class Page(story.Story):
def __str__(self):
return self.url
- def AddCustomizeBrowserOptions(self, options):
- """ Inherit page overrides this to add customized browser options."""
- pass
-
@property
def _scheme(self):
return urlparse.urlparse(self.url).scheme
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698