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

Unified Diff: third_party/WebKit/Source/web/WebDataSourceImpl.h

Issue 2720763002: PlzNavigate: preserve SourceLocation when navigating (Closed)
Patch Set: Addressed nate's comments Created 3 years, 10 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: third_party/WebKit/Source/web/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index f0f464d7f5f8d1d6601f568e4f43ea85c4d45588..4af9003be00cd93acf9477cd8626d08be3486f3b 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -73,6 +73,8 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
double fetchStartTime,
bool hasRedirect) override;
void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
+ void setSourceLocation(const WebSourceLocation&) override;
+ void resetSourceLocation() override;
static WebNavigationType toWebNavigationType(NavigationType);

Powered by Google App Engine
This is Rietveld 408576698