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

Unified Diff: chrome/browser/browser_main.cc

Issue 171007: Fix a FORWARD_NULL defect reported by Coverity.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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/browser_main.cc
===================================================================
--- chrome/browser/browser_main.cc (revision 23498)
+++ chrome/browser/browser_main.cc (working copy)
@@ -537,9 +537,9 @@
user_data_dir.ToWStringHack());
base::LaunchApp(new_command_line, false, false, NULL);
}
+#endif // defined(OS_WIN) || defined(OS_LINUX)
return ResultCodes::NORMAL_EXIT;
-#endif // defined(OS_WIN) || defined(OS_LINUX)
wtc 2009/08/15 00:22:38 An alternative is to add +#else + return Resul
}
PrefService* user_prefs = profile->GetPrefs();
« 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