| 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 e2b6921b993e14a9b4bf02c5de328604f0c2dee8..2d3fe8c2754232c9783282eb848517d7197b6704 100644
|
| --- a/chrome/browser/chromeos/login/login_manager_test.h
|
| +++ b/chrome/browser/chromeos/login/login_manager_test.h
|
| @@ -33,6 +33,7 @@ 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.
|
| @@ -66,6 +67,9 @@ class LoginManagerTest : public MixinBasedBrowserTest {
|
|
|
| test::JSChecker& js_checker() { return js_checker_; }
|
|
|
| + protected:
|
| + bool use_webview_;
|
| +
|
| private:
|
| void InitializeWebContents();
|
|
|
|
|