diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 21:48:34 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 21:48:34 +0000 |
commit | 2c533896e85de3047519c4890f6b22e824d77669 (patch) | |
tree | 9e4b42a38ab4d7a79c1777b22ff509194d2dd292 /chrome/browser/views/options | |
parent | 5d943a10a4c7796367a5234df286576c4749e5ad (diff) | |
download | chromium_src-2c533896e85de3047519c4890f6b22e824d77669.zip chromium_src-2c533896e85de3047519c4890f6b22e824d77669.tar.gz chromium_src-2c533896e85de3047519c4890f6b22e824d77669.tar.bz2 |
Revert "Do not send stats from Chromium builds."
This reverts commit 4a0189db765fe94f5df360c0907a585e26c9f681.
Revert "Fix build break."
This reverts commit eada493cf28975e56395aa3e2d3a0dc267a7f2c7.
Review URL: http://codereview.chromium.org/92162
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/options')
-rw-r--r-- | chrome/browser/views/options/advanced_contents_view.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/views/options/advanced_contents_view.cc b/chrome/browser/views/options/advanced_contents_view.cc index 3063339..1f73219 100644 --- a/chrome/browser/views/options/advanced_contents_view.cc +++ b/chrome/browser/views/options/advanced_contents_view.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2008 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. @@ -501,11 +501,6 @@ void PrivacySection::InitControlLayout() { l10n_util::GetString(IDS_OPTIONS_ENABLE_LOGGING)); reporting_enabled_checkbox_->SetMultiLine(true); reporting_enabled_checkbox_->set_listener(this); -#if defined(GOOGLE_CHROME_BUILD) - reporting_enabled_checkbox_->SetVisible(true); -#else - reporting_enabled_checkbox_->SetVisible(false); -#endif learn_more_link_ = new views::Link(l10n_util::GetString(IDS_LEARN_MORE)); learn_more_link_->SetController(this); cookie_behavior_label_ = new views::Label( |