Index: chrome/browser/sessions/base_session_service.h |
diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h |
index 0f8afe19a097b2c7f8b23c885e054cad8aba014d..79ece5ecd3660d9d02af444114b5817e813dd90c 100644 |
--- a/chrome/browser/sessions/base_session_service.h |
+++ b/chrome/browser/sessions/base_session_service.h |
@@ -162,11 +162,6 @@ class BaseSessionService : public CancelableRequestProvider, |
InternalGetCommandsRequest* request, |
CancelableRequestConsumerBase* consumer); |
- // Returns true if we appear to be running in production, false if |
- // we appear to be running as part of a unit test or if the FILE |
- // thread has gone away. |
- bool RunningInProduction() const; |
- |
// In production, this posts the task to the FILE thread. For |
// tests, it immediately runs the specified task on the current |
// thread. |