summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/advanced_contents_gtk.h
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 02:30:54 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 02:30:54 +0000
commit9cbfc3b8be01d655b307eb8e79fa53ca53ba14db (patch)
tree048c9410d97ae7450cefa13ca5269995867e6908 /chrome/browser/gtk/options/advanced_contents_gtk.h
parente731a7edd7a30d2934de85876604093d9a738e6e (diff)
downloadchromium_src-9cbfc3b8be01d655b307eb8e79fa53ca53ba14db.zip
chromium_src-9cbfc3b8be01d655b307eb8e79fa53ca53ba14db.tar.gz
chromium_src-9cbfc3b8be01d655b307eb8e79fa53ca53ba14db.tar.bz2
Remove background mode preferences UI.
BUG=64267 TEST=Existing tests suffice. Review URL: http://codereview.chromium.org/5361003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/options/advanced_contents_gtk.h')
-rw-r--r--chrome/browser/gtk/options/advanced_contents_gtk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/gtk/options/advanced_contents_gtk.h b/chrome/browser/gtk/options/advanced_contents_gtk.h
index f39d6cc..28eb3bd 100644
--- a/chrome/browser/gtk/options/advanced_contents_gtk.h
+++ b/chrome/browser/gtk/options/advanced_contents_gtk.h
@@ -12,7 +12,6 @@
#include "base/scoped_ptr.h"
class Profile;
-class ChromeAppsSection;
class DownloadSection;
class NetworkSection;
class PrivacySection;
@@ -36,7 +35,6 @@ class AdvancedContentsGtk {
Profile* profile_;
// The sections of the page.
- scoped_ptr<ChromeAppsSection> chrome_apps_section_;
scoped_ptr<DownloadSection> download_section_;
scoped_ptr<NetworkSection> network_section_;
scoped_ptr<TranslateSection> translate_section_;