| Index: chrome/browser/safe_browsing/protocol_manager.h
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h
|
| index d3db97c7f5d10892e4b1a4263419ebd383f28730..91693ae9fbb1b01a8c2b9a703bf0fa2e25748c3c 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager.h
|
| +++ b/chrome/browser/safe_browsing/protocol_manager.h
|
| @@ -386,6 +386,12 @@ class SafeBrowsingProtocolManager : public net::URLFetcherDelegate,
|
| // ForceScheduleNextUpdate() is called. This is set for testing purpose.
|
| bool disable_auto_update_;
|
|
|
| +#if defined(OS_ANDROID)
|
| + // When true, protocol_manager will not check network connection
|
| + // type when scheduling next update. This is set for testing purpose.
|
| + bool disable_connection_check_;
|
| +#endif
|
| +
|
| // ID for URLFetchers for testing.
|
| int url_fetcher_id_;
|
|
|
|
|