| Index: sync/tools/testserver/chromiumsync.py
|
| diff --git a/sync/tools/testserver/chromiumsync.py b/sync/tools/testserver/chromiumsync.py
|
| index f6636ae7ba480dd5f72b5d5e80b91986be80dd48..54c96bd8620543fa47de9775b714c2a0083e31cb 100644
|
| --- a/sync/tools/testserver/chromiumsync.py
|
| +++ b/sync/tools/testserver/chromiumsync.py
|
| @@ -65,7 +65,7 @@ ALL_TYPES = (
|
| SYNCED_NOTIFICATION,
|
| THEME,
|
| TYPED_URL,
|
| - EXTENSION_SETTINGS) = range(21)
|
| + EXTENSION_SETTINGS,) = range(21)
|
|
|
| # An enumeration on the frequency at which the server should send errors
|
| # to the client. This would be specified by the url that triggers the error.
|
|
|