| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index 72d4baa26e375c564fda5bad6deffe6e1f0ee685..e39ecb20dbaa88ca2b5cf7cb250a6de497045214 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -77,29 +77,6 @@ using content::BrowserThread;
|
|
|
| namespace safe_browsing {
|
|
|
| -namespace {
|
| -
|
| -// The default URL prefix where browser fetches chunk updates, hashes,
|
| -// and reports safe browsing hits and malware details.
|
| -const char kSbDefaultURLPrefix[] =
|
| - "https://safebrowsing.google.com/safebrowsing";
|
| -
|
| -// The backup URL prefix used when there are issues establishing a connection
|
| -// with the server at the primary URL.
|
| -const char kSbBackupConnectErrorURLPrefix[] =
|
| - "https://alt1-safebrowsing.google.com/safebrowsing";
|
| -
|
| -// The backup URL prefix used when there are HTTP-specific issues with the
|
| -// server at the primary URL.
|
| -const char kSbBackupHttpErrorURLPrefix[] =
|
| - "https://alt2-safebrowsing.google.com/safebrowsing";
|
| -
|
| -// The backup URL prefix used when there are local network specific issues.
|
| -const char kSbBackupNetworkErrorURLPrefix[] =
|
| - "https://alt3-safebrowsing.google.com/safebrowsing";
|
| -
|
| -} // namespace
|
| -
|
| // static
|
| SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
|
|
|
|
|