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

Unified Diff: chrome/browser/chromeos/login/test/oobe_base_test.h

Issue 1079083002: [cros New-GAIA] Webview login and new GAIA endpoint enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 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/browser/chromeos/login/test/oobe_base_test.h
diff --git a/chrome/browser/chromeos/login/test/oobe_base_test.h b/chrome/browser/chromeos/login/test/oobe_base_test.h
index 6933a01115e5111e2a7cbbd983f1874592534659..08cd9c5fbf0320477a85515c9950b213e131938d 100644
--- a/chrome/browser/chromeos/login/test/oobe_base_test.h
+++ b/chrome/browser/chromeos/login/test/oobe_base_test.h
@@ -37,6 +37,10 @@ class OobeBaseTest : public ExtensionApiTest {
OobeBaseTest();
~OobeBaseTest() override;
+ // Subclasses may register their own custom request handlers that will
+ // process requests prior it gets handled by FakeGaia instance.
+ virtual void RegisterAdditionalRequestHandlers();
+
protected:
// InProcessBrowserTest overrides.
void SetUp() override;
@@ -66,6 +70,7 @@ class OobeBaseTest : public ExtensionApiTest {
// Returns login display.
WebUILoginDisplay* GetLoginDisplay();
+ void WaitForGaiaPageLoad();
void WaitForSigninScreen();
void ExecuteJsInSigninFrame(const std::string& js);
void SetSignFormField(const std::string& field_id,

Powered by Google App Engine
This is Rietveld 408576698