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

Unified Diff: chrome/browser/prerender/prerender_local_predictor.h

Issue 757723002: [Tests not passing yet] Remove prerender sessionStorage namespace merging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/prerender/prerender_local_predictor.h
diff --git a/chrome/browser/prerender/prerender_local_predictor.h b/chrome/browser/prerender/prerender_local_predictor.h
index e0a5c340a7fa11f014bba73da5eea2cc9e341dde..3ba7194aed000cb9e30b9dd6433e43730acaa64b 100644
--- a/chrome/browser/prerender/prerender_local_predictor.h
+++ b/chrome/browser/prerender/prerender_local_predictor.h
@@ -16,7 +16,6 @@
#include "base/timer/timer.h"
#include "chrome/browser/history/visit_database.h"
#include "components/history/core/browser/history_service_observer.h"
-#include "content/public/browser/session_storage_namespace.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
@@ -209,8 +208,6 @@ class PrerenderLocalPredictor : public history::HistoryServiceObserver,
bool* hinting_timed_out,
bool* hinting_url_lookup_timed_out,
bool* candidate_url_lookup_timed_out);
- void ProcessNamespaceMergeResult(
- content::SessionStorageNamespace::MergeResult result);
typedef std::map<net::URLFetcher*, CandidatePrerenderInfo*>
OutstandingFetchers;
OutstandingFetchers outstanding_prerender_service_requests_;
« no previous file with comments | « chrome/browser/prerender/prerender_histograms.cc ('k') | chrome/browser/prerender/prerender_local_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698