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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc

Issue 12398016: Bump BookmarkPrompt experiment up to 10% in experiment group. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/ui/bookmarks/bookmark_prompt_controller.cc
diff --git a/chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc b/chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc
index 96df728401e7a118d21282e6fb96c2ab38c0dc4e..6098ca592310f0e9300e8c26e4d5a3cb89a6d36a 100644
--- a/chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc
+++ b/chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc
@@ -231,8 +231,8 @@ bool BookmarkPromptController::IsEnabled() {
date_range->expiration_date.month,
date_range->expiration_date.day_of_month, NULL));
trial->UseOneTimeRandomization();
- trial->AppendGroup(kBookmarkPromptControlGroup, 99);
- trial->AppendGroup(kBookmarkPromptExperimentGroup, 1);
+ trial->AppendGroup(kBookmarkPromptControlGroup, 10);
+ trial->AppendGroup(kBookmarkPromptExperimentGroup, 10);
chrome_variations::AssociateGoogleVariationID(
chrome_variations::GOOGLE_UPDATE_SERVICE,
« 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