Index: chrome/browser/history/web_history_service.h |
diff --git a/chrome/browser/history/web_history_service.h b/chrome/browser/history/web_history_service.h |
index e395d24e80b20709ae0e6f9cd0c4deac363f2893..0ce1b9174a13cea7be8ca40aa3206bef0c8ba50c 100644 |
--- a/chrome/browser/history/web_history_service.h |
+++ b/chrome/browser/history/web_history_service.h |
@@ -31,6 +31,10 @@ class WebHistoryService : public ProfileKeyedService { |
public: |
virtual ~Request(); |
+ // Returns true if the request is "pending" (i.e., it has been started, but |
+ // is not yet been complete). |
+ virtual bool is_pending() = 0; |
+ |
protected: |
Request(); |
}; |