Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: chrome/browser/ui/options/options_util.h

Issue 7574004: options: Get rid of OptionsPage enum as it's no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/options/options_util.h
diff --git a/chrome/browser/ui/options/options_util.h b/chrome/browser/ui/options/options_util.h
index 4a7a8016b23d21fcdfc1e2396ade0553845ffb52..8bae87bdac789ad5bee60f60104155f5738be3eb 100644
--- a/chrome/browser/ui/options/options_util.h
+++ b/chrome/browser/ui/options/options_util.h
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698