Chromium Code Reviews| Index: chrome/browser/captive_portal/captive_portal_detector.h |
| diff --git a/chrome/browser/captive_portal/captive_portal_detector.h b/chrome/browser/captive_portal/captive_portal_detector.h |
| index 2e75645562a09c76e8f780c715299791f3cdfcac..64343e8c71e1599baad64cbcfe0113c7f5f77971 100644 |
| --- a/chrome/browser/captive_portal/captive_portal_detector.h |
| +++ b/chrome/browser/captive_portal/captive_portal_detector.h |
| @@ -66,6 +66,8 @@ class CaptivePortalDetector : public net::URLFetcherDelegate, |
| // Cancels captive portal check. |
| void Cancel(); |
| + static std::string CaptivePortalResultToString(Result result); |
|
Nikita (slow)
2012/11/21 11:32:10
Static should go first.
ygorshenin1
2012/11/21 12:11:11
Done.
|
| + |
| private: |
| friend class CaptivePortalDetectorTestBase; |