summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-26 15:38:21 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-26 15:38:21 +0000
commitf2a14229a7a87c5fd694610ce52c1bf0b2b0f97f (patch)
tree754426c3d83537b33272c915daf3002a041e470b
parent3541fbbbec31f6306ca4a4d6a6dc8d36b9e4ab22 (diff)
downloadchromium_src-f2a14229a7a87c5fd694610ce52c1bf0b2b0f97f.zip
chromium_src-f2a14229a7a87c5fd694610ce52c1bf0b2b0f97f.tar.gz
chromium_src-f2a14229a7a87c5fd694610ce52c1bf0b2b0f97f.tar.bz2
[Mac] Kill off google_update_settings_mac.mm. It's functions are empty and nothing actually calls it. If we ever support rlz, we might need to add something back, but rlz.cc is pretty Windows heavy, so there doesn't seem to be a reason to have this empty shell in the mean time.
BUG=39131 TEST=none Review URL: http://codereview.chromium.org/1729013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45580 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/google_update_settings_mac.mm37
-rw-r--r--chrome/chrome_browser.gypi1
2 files changed, 0 insertions, 38 deletions
diff --git a/chrome/browser/google_update_settings_mac.mm b/chrome/browser/google_update_settings_mac.mm
deleted file mode 100644
index 61cb987..0000000
--- a/chrome/browser/google_update_settings_mac.mm
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include <Foundation/Foundation.h>
-
-#include "chrome/installer/util/google_update_settings.h"
-
-#include "base/basictypes.h"
-#include "base/logging.h"
-#include "base/sys_string_conversions.h"
-#include "chrome/installer/util/google_update_constants.h"
-
-// static
-bool GoogleUpdateSettings::GetBrowser(std::wstring* browser) {
- NOTIMPLEMENTED();
- return false;
-}
-
-// static
-bool GoogleUpdateSettings::GetBrand(std::wstring* brand) {
- NOTIMPLEMENTED();
- return false;
-}
-
-// static
-bool GoogleUpdateSettings::GetReferral(std::wstring* referral) {
- NOTIMPLEMENTED();
- return false;
-}
-
-// static
-bool GoogleUpdateSettings::ClearReferral() {
- NOTIMPLEMENTED();
- return false;
-}
-
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index faedb02..f358fe8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1150,7 +1150,6 @@
'browser/google_update.cc',
'browser/google_update.h',
'browser/google_update_settings_posix.cc',
- 'browser/google_update_settings_mac.mm',
'browser/google_url_tracker.cc',
'browser/google_url_tracker.h',
'browser/google_util.cc',