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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 years, 9 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/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index e960c7c0f65ee69c4c0591504ac80bb1835d8cce..b2f519640487e074aacef9a69bc6cf000f1a93ab 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -309,8 +309,7 @@ void WebView::didExitModalLoop() {
}
void WebViewImpl::setMainFrame(WebFrame* frame) {
- frame->toImplBase()->initializeCoreFrame(&page()->frameHost(), 0, nullAtom,
- nullAtom);
+ frame->toImplBase()->initializeCoreFrame(&page()->frameHost(), 0, nullAtom);
}
void WebViewImpl::setCredentialManagerClient(
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/Source/web/tests/FrameTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698