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! |