| Index: chrome/installer/util/browser_distribution.cc
|
| ===================================================================
|
| --- chrome/installer/util/browser_distribution.cc (revision 86605)
|
| +++ chrome/installer/util/browser_distribution.cc (working copy)
|
| @@ -43,14 +43,6 @@
|
| installer::kChromeFrameDll);
|
| }
|
|
|
| -// Returns true if currently running in ceee_broker.exe
|
| -bool IsCeeeBrokerProcess() {
|
| - FilePath exe_path;
|
| - PathService::Get(base::FILE_EXE, &exe_path);
|
| - return FilePath::CompareEqualIgnoreCase(exe_path.BaseName().value(),
|
| - installer::kCeeeBrokerExe);
|
| -}
|
| -
|
| BrowserDistribution::Type GetCurrentDistributionType() {
|
| static BrowserDistribution::Type type =
|
| (MasterPreferences::ForCurrentProcess().install_chrome_frame() ||
|
|
|