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

Unified Diff: chrome/browser/ui/webui/about_ui.cc

Issue 14746014: CrOS EULA: added 2 browser tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed LoadOffline test Created 7 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/ui/webui/about_ui.cc
diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
index 5e5c545e8c504c1cc0b0534a60aeb15705d5ddd7..c1946e2cfeb924abd18adf39abaf20f9bf04f8c2 100644
--- a/chrome/browser/ui/webui/about_ui.cc
+++ b/chrome/browser/ui/webui/about_ui.cc
@@ -154,6 +154,7 @@ class ChromeOSOnlineTermsHandler : public net::URLFetcherDelegate {
explicit ChromeOSOnlineTermsHandler(const FetchCallback& callback)
: fetch_callback_(callback) {
eula_fetcher_.reset(net::URLFetcher::Create(
+ 0 /* ID used for testing */,
GURL(l10n_util::GetStringUTF16(IDS_EULA_POLICY_URL)),
net::URLFetcher::GET,
this));

Powered by Google App Engine
This is Rietveld 408576698