diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 00:43:22 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 00:43:22 +0000 |
commit | b7a0efb148454ffd1273b68fce95097e7f8addd4 (patch) | |
tree | 6525fab48813cd1d9716e367a700eb4473b3fd9a /chrome/browser/autocomplete | |
parent | 60e38866a63b2634d7cded89ccfdc3f5201ce711 (diff) | |
download | chromium_src-b7a0efb148454ffd1273b68fce95097e7f8addd4.zip chromium_src-b7a0efb148454ffd1273b68fce95097e7f8addd4.tar.gz chromium_src-b7a0efb148454ffd1273b68fce95097e7f8addd4.tar.bz2 |
Settings: Direct the user to the advanced page instead of the non-existent
system page.
I also cleaned up a little dead code.
BUG=114892
TEST=none
R=csilv
Review URL: https://chromiumcodereview.appspot.com/9432009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
-rw-r--r-- | chrome/browser/autocomplete/builtin_provider.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/builtin_provider.cc b/chrome/browser/autocomplete/builtin_provider.cc index fd0c677..11edc0d 100644 --- a/chrome/browser/autocomplete/builtin_provider.cc +++ b/chrome/browser/autocomplete/builtin_provider.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -29,9 +29,7 @@ const char* kChromeSettingsSubPages[] = { chrome::kSearchEnginesSubPage, chrome::kSyncSetupSubPage, #if defined(OS_CHROMEOS) - chrome::kAboutOptionsSubPage, chrome::kInternetOptionsSubPage, - chrome::kSystemOptionsSubPage, #endif }; |