From f039dcd91912b8bf68ec73d744ad38ff4b4d1398 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Thu, 27 Aug 2009 19:29:47 +0000 Subject: Adds the settings tab to options on chrome os. The contents is just a place holder at this point. BUG=none TEST=none Review URL: http://codereview.chromium.org/174596 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24642 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/options_window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/options_window.h') diff --git a/chrome/browser/options_window.h b/chrome/browser/options_window.h index ad119f9..a55359d 100644 --- a/chrome/browser/options_window.h +++ b/chrome/browser/options_window.h @@ -13,6 +13,9 @@ class Profile; // Options was never opened. enum OptionsPage { OPTIONS_PAGE_DEFAULT = -1, +#if defined(OS_CHROMEOS) + OPTIONS_PAGE_SETTINGS, +#endif OPTIONS_PAGE_GENERAL, OPTIONS_PAGE_CONTENT, OPTIONS_PAGE_ADVANCED, -- cgit v1.1