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

Unified Diff: chrome/browser/chromeos/login/helper.h

Issue 2004453002: Add a Dns preresolve interface in //content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@predictor_dns_browsertest
Patch Set: safe callbacks Created 4 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/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index c2d0d7f5b46ab69cd99b1fd4087d2c2062fc826f..c2039958f83be4a83c5e7f1da4f7f4a5ae11be3f 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -23,6 +23,7 @@ class Size;
} // namespace gfx
namespace content {
+class ResourceContext;
class StoragePartition;
}
@@ -110,6 +111,8 @@ content::StoragePartition* GetSigninPartition();
// flow, the context of the sign-in webview storage partition is returned.
net::URLRequestContextGetter* GetSigninContext();
+content::ResourceContext* GetSigninResourceContext();
+
} // namespace login
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698