summaryrefslogtreecommitdiffstats
path: root/chrome/browser/options_window.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-27 19:29:47 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-27 19:29:47 +0000
commitf039dcd91912b8bf68ec73d744ad38ff4b4d1398 (patch)
treeac742b926916f8c463d56ba986452b74665c76c0 /chrome/browser/options_window.h
parentf7319dd6e64e34e091de48d210fb6870a6cfd586 (diff)
downloadchromium_src-f039dcd91912b8bf68ec73d744ad38ff4b4d1398.zip
chromium_src-f039dcd91912b8bf68ec73d744ad38ff4b4d1398.tar.gz
chromium_src-f039dcd91912b8bf68ec73d744ad38ff4b4d1398.tar.bz2
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
Diffstat (limited to 'chrome/browser/options_window.h')
-rw-r--r--chrome/browser/options_window.h3
1 files changed, 3 insertions, 0 deletions
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,