| Index: chrome/installer/setup/uninstall.cc
|
| ===================================================================
|
| --- chrome/installer/setup/uninstall.cc (revision 68663)
|
| +++ chrome/installer/setup/uninstall.cc (working copy)
|
| @@ -611,7 +611,7 @@
|
| }
|
|
|
| // Close any Chrome Frame helper processes that may be running.
|
| - if (InstallUtil::IsChromeFrameProcess()) {
|
| + if (product.distribution()->GetType() == BrowserDistribution::CHROME_FRAME) {
|
| VLOG(1) << "Closing the Chrome Frame helper process";
|
| CloseChromeFrameHelperProcess();
|
| }
|
|
|