summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 19:07:03 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 19:07:03 +0000
commit65389334354b996ae8490706d84d5848f5f023e7 (patch)
tree0853a9c0b1fdf56b34efda58d166dc4a063cf11f /chrome/test/ui/ui_test.h
parent93341a1541fd4e2b22aaf16bef89f8a225ec7c42 (diff)
downloadchromium_src-65389334354b996ae8490706d84d5848f5f023e7.zip
chromium_src-65389334354b996ae8490706d84d5848f5f023e7.tar.gz
chromium_src-65389334354b996ae8490706d84d5848f5f023e7.tar.bz2
Make history easily filterable.
We're renaming the two profile directories that we want to keep, and dropping GTK specific tests in anticipation of the changeover later this year. Every change to the history, theme or profile format required a new giant binary file added to our repository. There are tens of versions of the history database alone, each weighing at over 10 megabytes. In the proposed pruned git repository, these are the largest files. This standardizes both remaining test profile directories on the same set of binaries (they're currently out of sync), and moves them to new path names so we can purge the previous paths from history. BUG=111570 TEST=none Review URL: https://chromiumcodereview.appspot.com/10698009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 23d4cac..98c75fe 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 *********