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

Side by Side Diff: chrome/installer/util/user_experiment.h

Issue 12998005: Minor cleanups for user experiments (follow-up to Issue 12321061). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment fix. Created 7 years, 8 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 unified diff | Download patch
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/user_experiment.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // This files declares a class that contains methods and data to conduct 5 // This files declares a class that contains methods and data to conduct
6 // for user expeirments. 6 // for user expeirments.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_ 8 #ifndef CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_
9 #define CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_ 9 #define CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 // experiment. This function determines if the user qualifies and if so it 53 // experiment. This function determines if the user qualifies and if so it
54 // sets the wheels in motion or in simple cases does the experiment itself. 54 // sets the wheels in motion or in simple cases does the experiment itself.
55 void LaunchBrowserUserExperiment(const CommandLine& base_command, 55 void LaunchBrowserUserExperiment(const CommandLine& base_command,
56 InstallStatus status, 56 InstallStatus status,
57 bool system_level); 57 bool system_level);
58 58
59 // The user has qualified for the inactive user toast experiment and this 59 // The user has qualified for the inactive user toast experiment and this
60 // function just performs it. 60 // function just performs it.
61 void InactiveUserToastExperiment(int flavor, 61 void InactiveUserToastExperiment(int flavor,
62 const string16& experiment_group, 62 const string16& experiment_group,
63 const Product& installation, 63 const Product& product,
64 const base::FilePath& application_path); 64 const base::FilePath& application_path);
65 65
66 } // namespace installer 66 } // namespace installer
67 67
68 #endif // CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_ 68 #endif // CHROME_INSTALLER_UTIL_USER_EXPERIMENT_H_
OLDNEW
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/user_experiment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698