Chromium Code Reviews| Index: content/browser/browser_main_loop.h |
| =================================================================== |
| --- content/browser/browser_main_loop.h (revision 131676) |
| +++ content/browser/browser_main_loop.h (working copy) |
| @@ -42,7 +42,7 @@ |
| class ResourceDispatcherHostImpl; |
| class WebKitThread; |
| -// Implements the main browser loop stages called from |BrowserMain()|. |
| +// Implements the main browser loop stages called from |BrowserMainRunner|. |
|
sky
2012/04/11 22:07:04
We don't use |'s for class names, only function ar
simonhong_
2012/04/12 20:19:48
'|' is removed.
simonhong_
2012/04/12 20:19:48
Done.
|
| // See comments in browser_main_parts.h for additional info. |
| // All functions are to be called only on the UI thread unless otherwise noted. |
| class BrowserMainLoop { |