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

Unified Diff: third_party/WebKit/Source/core/frame/History.h

Issue 2652213005: Surface pushState event (Closed)
Patch Set: addressed comments Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/History.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/History.h
diff --git a/third_party/WebKit/Source/core/frame/History.h b/third_party/WebKit/Source/core/frame/History.h
index 4d3ab7d5e410eceb70b6475aabb9f9b61bf58f01..be6c7f56d6807a527a796feed539d66eedb8b544 100644
--- a/third_party/WebKit/Source/core/frame/History.h
+++ b/third_party/WebKit/Source/core/frame/History.h
@@ -59,13 +59,10 @@ class CORE_EXPORT History final : public GarbageCollectedFinalized<History>,
void forward(ScriptState*);
void go(ScriptState*, int delta);
- void pushState(PassRefPtr<SerializedScriptValue> data,
+ void pushState(PassRefPtr<SerializedScriptValue>,
const String& title,
const String& url,
- ExceptionState& exceptionState) {
- stateObjectAdded(std::move(data), title, url, scrollRestorationInternal(),
- FrameLoadTypeStandard, exceptionState);
- }
+ ExceptionState&);
void replaceState(PassRefPtr<SerializedScriptValue> data,
const String& title,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/History.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698