Index: scripts/master/gatekeeper.py |
diff --git a/scripts/master/gatekeeper.py b/scripts/master/gatekeeper.py |
index 7d9b21e33cd090cc379bc3357db54e0531a356d3..f3a61c1830cd64de1fa5626c4826159217f6b5a1 100644 |
--- a/scripts/master/gatekeeper.py |
+++ b/scripts/master/gatekeeper.py |
@@ -65,7 +65,7 @@ class GateKeeper(chromium_notifier.ChromiumNotifier): |
@type password: String. |
@param password: Password for service. If None, look in |
- .chromium_status_password. |
+ .status_password. |
""" |
if throttle: |
adjective = 'throttled' |
@@ -97,7 +97,7 @@ class GateKeeper(chromium_notifier.ChromiumNotifier): |
self.password = None |
if tree_status_url: |
self.password = get_password.Password( |
- '.chromium_status_password').GetPassword() |
+ '.status_password').GetPassword() |
@staticmethod |