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

Unified Diff: chrome/browser/signin/signin_browsertest.cc

Issue 292713003: Session restore shouldn't care about profile home pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 6 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
Index: chrome/browser/signin/signin_browsertest.cc
diff --git a/chrome/browser/signin/signin_browsertest.cc b/chrome/browser/signin/signin_browsertest.cc
index 13a777f958dbe8b1239bdca086b3f01cbfb56db8..790b1f238d349d0205b53b22c9e5331ec887c390 100644
--- a/chrome/browser/signin/signin_browsertest.cc
+++ b/chrome/browser/signin/signin_browsertest.cc
@@ -31,7 +31,7 @@
#include "net/url_request/url_request_status.h"
namespace {
-const char kNonSigninURL[] = "www.google.com";
+const char kNonSigninURL[] = "http://www.google.com";
}
class SigninBrowserTest : public InProcessBrowserTest {

Powered by Google App Engine
This is Rietveld 408576698