Commit 87976332 authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

WebPrerenderingSupport: tiny style nits

Bug: None
Change-Id: I7c1fb0026eb6db686b79dac055d9d792a82ebf13
Reviewed-on: https://chromium-review.googlesource.com/1104473
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568347}
parent 812edd08
......@@ -34,14 +34,17 @@ namespace blink {
WebPrerenderingSupport* WebPrerenderingSupport::platform_ = nullptr;
// static
void WebPrerenderingSupport::Initialize(WebPrerenderingSupport* platform) {
platform_ = platform;
}
// static
void WebPrerenderingSupport::Shutdown() {
platform_ = nullptr;
}
// static
WebPrerenderingSupport* WebPrerenderingSupport::Current() {
return platform_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment