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

Unified Diff: content/renderer/dom_storage/dom_storage_proxy.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
« no previous file with comments | « content/renderer/dom_storage/dom_storage_dispatcher.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/dom_storage/dom_storage_proxy.h
diff --git a/content/renderer/dom_storage/dom_storage_proxy.h b/content/renderer/dom_storage/dom_storage_proxy.h
index 118aab34da3ffb04ba5ba6d9b9249b07eb871936..80cd87cdcc42fe450d8b7807e388ac01656fa79e 100644
--- a/content/renderer/dom_storage/dom_storage_proxy.h
+++ b/content/renderer/dom_storage/dom_storage_proxy.h
@@ -21,7 +21,6 @@ class DOMStorageProxy : public base::RefCounted<DOMStorageProxy> {
virtual void LoadArea(int connection_id,
DOMStorageValuesMap* values,
- bool* send_log_get_messages,
const CompletionCallback& callback) = 0;
virtual void SetItem(int connection_id,
@@ -30,10 +29,6 @@ class DOMStorageProxy : public base::RefCounted<DOMStorageProxy> {
const GURL& page_url,
const CompletionCallback& callback) = 0;
- virtual void LogGetItem(int connection_id,
- const base::string16& key,
- const base::NullableString16& value) = 0;
-
virtual void RemoveItem(int connection_id,
const base::string16& key,
const GURL& page_url,
« no previous file with comments | « content/renderer/dom_storage/dom_storage_dispatcher.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698