Chromium Code Reviews| Index: net/base/net_log_event_type_list.h |
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h |
| index 7e2ceb87932aeae1628c5d6a5a3420d9f45cdbd4..ff6e44e164248028cdd341217f79c63a5f61af92 100644 |
| --- a/net/base/net_log_event_type_list.h |
| +++ b/net/base/net_log_event_type_list.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -119,7 +119,7 @@ EVENT_TYPE(INIT_PROXY_RESOLVER_WAIT) |
| // |
| // The START event has the parameters: |
| // { |
| -// "url": <URL string of script being fetched>, |
| +// "source": <String describing where PAC script comes from>, |
|
eroman
2011/04/21 05:22:48
Cool, thanks for remembering to updated this!
Jói
2011/05/03 21:20:59
np
|
| // } |
| // |
| // If the fetch failed, then the END phase has these parameters: |
| @@ -141,9 +141,9 @@ EVENT_TYPE(INIT_PROXY_RESOLVER_SET_PAC_SCRIPT) |
| // configured script fetcher. (This indicates a configuration error). |
| EVENT_TYPE(INIT_PROXY_RESOLVER_HAS_NO_FETCHER) |
| -// This event is emitted after deciding to fall-back to the next PAC |
| -// script in the list. |
| -EVENT_TYPE(INIT_PROXY_RESOLVER_FALLING_BACK_TO_NEXT_PAC_URL) |
| +// This event is emitted after deciding to fall-back to the next source |
| +// of PAC scripts in the list. |
| +EVENT_TYPE(INIT_PROXY_RESOLVER_FALLING_BACK_TO_NEXT_PAC_SOURCE) |
| // ------------------------------------------------------------------------ |
| // ProxyService |