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

Unified Diff: chrome/test/ui/ui_test.h

Issue 14273023: Rebuild test history databases when starting up performance_ui_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT (and redo changes from TopSites to TopSitesImpl) Created 7 years, 8 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
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 981b15edafd9573ca7835ae811ffa535c5a5d9c6..4f690bce13abdf6d54e3228fb9f140c905a355a6 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -45,12 +45,6 @@ class FilePath;
// rather than UITestBase.
class UITestBase {
public:
- // Profile theme type choices.
- enum ProfileType {
- DEFAULT_THEME = 0,
- COMPLEX_THEME = 1,
- };
-
// ********* Utility functions *********
// Launches the browser only.
@@ -148,10 +142,6 @@ class UITestBase {
// Gets the executable file path of the Chrome browser process.
const base::FilePath::CharType* GetExecutablePath();
- // Returns the directory name where the "typical" user data is that we use
- // for testing.
- static base::FilePath ComputeTypicalUserDataSource(ProfileType profile_type);
-
// Return the user data directory being used by the browser instance in
// UITest::SetUp().
base::FilePath user_data_dir() const {
@@ -328,9 +318,6 @@ class UITestBase {
// Launches browser and AutomationProxy.
scoped_ptr<ProxyLauncher> launcher_;
- // Are we using a profile with a complex theme?
- ProfileType profile_type_;
-
// PID file for websocket server.
base::FilePath websocket_pid_file_;

Powered by Google App Engine
This is Rietveld 408576698