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

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

Issue 165382: Merge 22284 - Refactoring of master preferences parsing before adding a new p... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/installer/util/browser_distribution.h:r69-2775
Merged /trunk/src/chrome/installer/util/browser_distribution.h:r22284
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 file declares a class that contains various method related to branding. 5 // This file declares a class that contains various method related to branding.
6 6
7 #ifndef CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_ 7 #ifndef CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_
8 #define CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_ 8 #define CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 virtual std::wstring GetVersionKey(); 51 virtual std::wstring GetVersionKey();
52 52
53 virtual void UpdateDiffInstallStatus(bool system_install, 53 virtual void UpdateDiffInstallStatus(bool system_install,
54 bool incremental_install, installer_util::InstallStatus install_status); 54 bool incremental_install, installer_util::InstallStatus install_status);
55 55
56 // After an install or upgrade the user might qualify to participate in an 56 // After an install or upgrade the user might qualify to participate in an
57 // experiment. This function determines if the user qualifies and if so it 57 // experiment. This function determines if the user qualifies and if so it
58 // sets the wheels in motion or in simple cases does the experiment itself. 58 // sets the wheels in motion or in simple cases does the experiment itself.
59 virtual void LaunchUserExperiment(installer_util::InstallStatus status, 59 virtual void LaunchUserExperiment(installer_util::InstallStatus status,
60 const installer::Version& version, 60 const installer::Version& version,
61 bool system_install, int options); 61 bool system_install);
62 62
63 // The user has qualified for the inactive user toast experiment and this 63 // The user has qualified for the inactive user toast experiment and this
64 // function just performs it. 64 // function just performs it.
65 virtual void InactiveUserToastExperiment(); 65 virtual void InactiveUserToastExperiment();
66 66
67 protected: 67 protected:
68 BrowserDistribution() {} 68 BrowserDistribution() {}
69 69
70 private: 70 private:
71 DISALLOW_COPY_AND_ASSIGN(BrowserDistribution); 71 DISALLOW_COPY_AND_ASSIGN(BrowserDistribution);
72 }; 72 };
73 73
74 #endif // CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_ 74 #endif // CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_
OLDNEW
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698