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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2086423005: Using WebContents::UpdateTitleForEntry() instead of NavigationEntry::SetTitle() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DidFinishNavigation is received when RenderFrameHostImpl is destroyed!! Created 4 years, 6 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 4cc0c5bc1e2e1d7013ff2b7530738a287958566f..498dfcdeaff327e08f664185a7307502c7b59057 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -798,7 +798,7 @@ class CONTENT_EXPORT WebContentsImpl
// So |find_request_manager_| can be accessed for testing.
friend class FindRequestManagerTest;
- // So InterstitialPageImpl can access SetIsLoading.
+ // So InterstitialPageImpl can access UpdateTitleForEntry.
friend class InterstitialPageImpl;
Charlie Reis 2016/06/24 22:21:17 I think it's probably safer to make UpdateTitleFor
afakhry 2016/06/27 14:29:18 Done.
// TODO(brettw) TestWebContents shouldn't exist!

Powered by Google App Engine
This is Rietveld 408576698