Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: chrome/browser/history/web_history_service.h

Issue 14225004: History: Reload page only after web history deletion has completed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: x Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};
« no previous file with comments | « no previous file | chrome/browser/history/web_history_service.cc » ('j') | chrome/browser/history/web_history_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698