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

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

Issue 1386523002: browser test for kAccountsPrefAllowNewUser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable_restrictive_proxy_check_for_test_ Created 5 years, 2 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 | « no previous file | chrome/browser/chromeos/login/test/oobe_base_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0acadf751ec622684f19fdfdb6b8686a1835e58a..3a8d4398d8bbc8ed20720006ecae82041952383a 100644
--- a/chrome/browser/chromeos/login/test/oobe_base_test.h
+++ b/chrome/browser/chromeos/login/test/oobe_base_test.h
@@ -71,6 +71,8 @@ class OobeBaseTest : public ExtensionApiTest {
base::Closure SimulateNetworkOnlineClosure();
base::Closure SimulateNetworkPortalClosure();
+ void DisableRestrictiveProxyCheck();
+
// Checks JavaScript |expression| in login screen.
void JsExpect(const std::string& expression);
@@ -90,6 +92,7 @@ class OobeBaseTest : public ExtensionApiTest {
WebUILoginDisplay* GetLoginDisplay();
void WaitForGaiaPageLoad();
+ void WaitForGaiaPageReload();
void WaitForSigninScreen();
void ExecuteJsInSigninFrame(const std::string& js);
void SetSignFormField(const std::string& field_id,
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/test/oobe_base_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698