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

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

Issue 14585015: Recommit the generate profile patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Load the browser dll manually on Windows. Created 7 years, 7 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 | « chrome/test/perf/startup_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 1ce731bae84d529eb47c5dfa81afe2282cdc7985..02d759ac797bc9be801b8a48d97e48c857b4247f 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_;
« no previous file with comments | « chrome/test/perf/startup_test.cc ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698