Chromium Code Reviews| 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(); |
|
achuithb
2016/05/25 21:17:10
Do we need this?
Charlie Harrison
2016/05/25 21:36:19
Nope, I've changed the auth_prewarmer code to use
|
| + |
| } // namespace login |
| } // namespace chromeos |