| Index: chrome/browser/chromeos/login/login_manager_test.h
|
| diff --git a/chrome/browser/chromeos/login/login_manager_test.h b/chrome/browser/chromeos/login/login_manager_test.h
|
| index ff4a6ddc0a1ad3f6f82c9fdac9900e453278c01c..e2b6921b993e14a9b4bf02c5de328604f0c2dee8 100644
|
| --- a/chrome/browser/chromeos/login/login_manager_test.h
|
| +++ b/chrome/browser/chromeos/login/login_manager_test.h
|
| @@ -33,7 +33,6 @@ class LoginManagerTest : public MixinBasedBrowserTest {
|
| void SetUpCommandLine(base::CommandLine* command_line) override;
|
| void SetUpInProcessBrowserTestFixture() override;
|
| void SetUpOnMainThread() override;
|
| - bool SetUpUserDataDirectory() override;
|
|
|
| // Registers the user with the given |user_id| on the device.
|
| // This method should be called in PRE_* test.
|
| @@ -67,12 +66,6 @@ class LoginManagerTest : public MixinBasedBrowserTest {
|
|
|
| test::JSChecker& js_checker() { return js_checker_; }
|
|
|
| - protected:
|
| - bool use_webview() { return use_webview_; }
|
| - void set_use_webview(bool use_webview) { use_webview_ = use_webview; }
|
| -
|
| - bool use_webview_;
|
| -
|
| private:
|
| void InitializeWebContents();
|
|
|
|
|