Commit 2751680b authored by tfarina@chromium.org's avatar tfarina@chromium.org

options: Get rid of OptionsPage enum as it's no longer used.

BUG=None
TEST=None

R=evan@chromium.org

Review URL: http://codereview.chromium.org/7574004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95477 0039d316-1c4b-4281-b951-d872f2087c98
parent 596844bf
......@@ -8,22 +8,6 @@
#include "base/basictypes.h"
// An identifier for an Options Tab page. These are treated as indices into
// the list of available tabs to be displayed. PAGE_DEFAULT means select the
// last tab viewed when the Options window was opened, or PAGE_GENERAL if the
// Options was never opened.
enum OptionsPage {
OPTIONS_PAGE_DEFAULT = -1,
#if defined(OS_CHROMEOS)
OPTIONS_PAGE_SYSTEM,
OPTIONS_PAGE_INTERNET,
#endif
OPTIONS_PAGE_GENERAL,
OPTIONS_PAGE_CONTENT,
OPTIONS_PAGE_ADVANCED,
OPTIONS_PAGE_COUNT
};
class OptionsUtil {
public:
// Try to make the the crash stats consent and the metrics upload
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment