summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.h
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 17:55:02 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 17:55:02 +0000
commit46e9f9d97ec029189618f8ff2089948b950e67e7 (patch)
tree67057ae5be95d6395487c4c804620a679660a427 /chrome/browser/cocoa/preferences_window_controller.h
parente8c916abb296015f9b39c8684cb17be6023147e3 (diff)
downloadchromium_src-46e9f9d97ec029189618f8ff2089948b950e67e7.zip
chromium_src-46e9f9d97ec029189618f8ff2089948b950e67e7.tar.gz
chromium_src-46e9f9d97ec029189618f8ff2089948b950e67e7.tar.bz2
[Mac] Remove the stats and crash report checkbox from the under the hood prefs in non google chrome builds.
BUG=24425 TEST=Chroimum builds don't have the checkbox, chrome builds do. Chromium builds shouldn't have a gap where it was. Review URL: http://codereview.chromium.org/363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
index 9a94955..8f6351d 100644
--- a/chrome/browser/cocoa/preferences_window_controller.h
+++ b/chrome/browser/cocoa/preferences_window_controller.h
@@ -88,6 +88,7 @@ class Profile;
StringPrefMember defaultDownloadLocation_;
BooleanPrefMember askForSaveLocation_;
StringPrefMember currentTheme_;
+ IBOutlet NSButton* enableLoggingCheckbox_;
}
// Designated initializer. |profile| should not be NULL.