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

Unified Diff: chrome/installer/gcapi/gcapi.cc

Issue 11280067: Refactor SetOmahaExperimentLabel out of gcpai and into install_util. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: grt additional comments Created 7 years, 11 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/installer/gcapi/gcapi_dll.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi/gcapi.cc
diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc
index 1b52694dad73e117b9fb0b0dca0a845fc3dd2fe3..e627fcfd10b20f06f94d22be3124b1fab0421e7f 100644
--- a/chrome/installer/gcapi/gcapi.cc
+++ b/chrome/installer/gcapi/gcapi.cc
@@ -629,7 +629,7 @@ BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
if (SetReactivationBrandCode(brand_code, shell_mode)) {
// Currently set this as a best-effort thing. We return TRUE if
// reactivation succeeded regardless of the experiment label result.
- SetOmahaExperimentLabel(brand_code, shell_mode);
+ SetReactivationExperimentLabels(brand_code, shell_mode);
result = TRUE;
} else {
@@ -640,4 +640,3 @@ BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
return result;
}
-
« no previous file with comments | « no previous file | chrome/installer/gcapi/gcapi_dll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698