| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 98701)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -1885,8 +1885,11 @@
|
| }
|
| }
|
| }
|
| + // TODO(rogerta): For now, always passing false for google_homeapge_default
|
| + // argument, so that functionality is disabled. A follow up CL will set it
|
| + // correctly.
|
| RLZTracker::InitRlzDelayed(is_first_run, master_prefs.ping_delay,
|
| - google_search_default);
|
| + google_search_default, false);
|
| #endif // GOOGLE_CHROME_BUILD
|
| #endif // OS_WIN
|
|
|
|
|