Replace more loading methods in WebLocalFrame
https://chromium-review.googlesource.com/c/chromium/src/+/1043093
This commit is contained in:
parent
816c2f1893
commit
bacc36dde1
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ void PrepareFrameAndViewForPrint::CopySelection(
|
||||||
|
|
||||||
// When loading is done this will call DidStopLoading() and that will do the
|
// When loading is done this will call DidStopLoading() and that will do the
|
||||||
// actual printing.
|
// actual printing.
|
||||||
frame()->LoadRequest(blink::WebURLRequest(GURL(url_str)));
|
frame()->StartNavigation(blink::WebURLRequest(GURL(url_str)));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PrepareFrameAndViewForPrint::AllowsBrokenNullLayerTreeView() const {
|
bool PrepareFrameAndViewForPrint::AllowsBrokenNullLayerTreeView() const {
|
||||||
|
|
Loading…
Reference in a new issue