Chromium Code Reviews| Index: chrome/test/ui/ui_test.h |
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h |
| index 23d4cac7d672493a65db8200481a01e6373a3dd5..98c75fe04785285d96bf1fb9e84c460400def7f2 100644 |
| --- a/chrome/test/ui/ui_test.h |
| +++ b/chrome/test/ui/ui_test.h |
| @@ -49,9 +49,6 @@ class UITestBase { |
| enum ProfileType { |
| DEFAULT_THEME = 0, |
| COMPLEX_THEME = 1, |
| - NATIVE_THEME = 2, |
| - CUSTOM_FRAME = 3, |
| - CUSTOM_FRAME_NATIVE_THEME = 4, |
| }; |
| // ********* Utility functions ********* |