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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2350943002: Quick Comment Fix (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 2c5b28e33439476497d316863eee34e59dfedcbd..d5c90dc46d16beacdc8b98accbb0e3faccb7f9f1 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1333,7 +1333,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() {
// the calls below end up implicitly creating threads and as such new calls
// typically either belong before them or in a later startup phase.
- // Now the command line has been mutated based on about:flags, we can
+ // Now that the command line has been mutated based on about:flags, we can
// initialize field trials and setup metrics. The field trials are needed by
// IOThread's initialization which happens in BrowserProcess:PreCreateThreads.
SetupFieldTrials();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698