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

Unified Diff: chrome/browser/browser_main.cc

Issue 7736001: Adding unit tests to RLZ code. Refactoring RLZ code to make it more testable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Taking out dependence on PageTransition::HOME_PAGE. Will fix once home page feature is implemented Created 9 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 | chrome/browser/rlz/rlz.h » ('j') | chrome/browser/rlz/rlz.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main.cc
===================================================================
--- chrome/browser/browser_main.cc (revision 98233)
+++ chrome/browser/browser_main.cc (working copy)
@@ -1863,8 +1863,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
« no previous file with comments | « no previous file | chrome/browser/rlz/rlz.h » ('j') | chrome/browser/rlz/rlz.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698