summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/master_preferences_dummy.cc
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 16:57:41 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 16:57:41 +0000
commite5b826e46e8a435945f94370bd50bc7ee1749607 (patch)
treeb971065c84b55f0dc3f44838bc6b6b021e51bffc /chrome/installer/util/master_preferences_dummy.cc
parent48fe9f38c0fa156a18b6f2d283076db20450321f (diff)
downloadchromium_src-e5b826e46e8a435945f94370bd50bc7ee1749607.zip
chromium_src-e5b826e46e8a435945f94370bd50bc7ee1749607.tar.gz
chromium_src-e5b826e46e8a435945f94370bd50bc7ee1749607.tar.bz2
Removing IsChromeFrameProcess.
This further reduces Chrome's dependencies on the installer and fixes a problem where Chrome might pick up the "chrome_frame" variable from the master preferences file and all chrome processes might have assumed they were cf processes. TEST=See description. BUG=61609 Review URL: http://codereview.chromium.org/5973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/master_preferences_dummy.cc')
-rw-r--r--chrome/installer/util/master_preferences_dummy.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/util/master_preferences_dummy.cc b/chrome/installer/util/master_preferences_dummy.cc
index 0112bee..4869ac6 100644
--- a/chrome/installer/util/master_preferences_dummy.cc
+++ b/chrome/installer/util/master_preferences_dummy.cc
@@ -30,8 +30,7 @@ MasterPreferences::~MasterPreferences() {
}
bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
- // This function is called by InstallUtil::IsChromeFrameProcess()
- // We return false because GetInstallPreferences returns an empty value below.
+ NOTREACHED();
return false;
}