Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 4723a1085ed45157726421ed4e48a96ba9f942c9..24f0db464db2e27d9e51bf12de1ef08f21ed01bd 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -898,7 +898,8 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { |
about_flags::PrefServiceFlagsStorage flags_storage_( |
g_browser_process->local_state()); |
about_flags::ConvertFlagsToSwitches(&flags_storage_, |
- CommandLine::ForCurrentProcess()); |
+ CommandLine::ForCurrentProcess(), |
+ about_flags::kAddSentinels); |
} |
#endif |