| Index: chrome/browser/chromeos/login/helper.h
|
| diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
|
| index ef4e870cfca4eb2b8bc4c26f50dcfcaa5ca53525..12b1f9246cb21bdc8e84dd52e0fad0223ca65d5c 100644
|
| --- a/chrome/browser/chromeos/login/helper.h
|
| +++ b/chrome/browser/chromeos/login/helper.h
|
| @@ -21,6 +21,10 @@ class Rect;
|
| class Size;
|
| } // namespace gfx
|
|
|
| +namespace content {
|
| +class StoragePartition;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| // Returns bounds of the screen to use for login wizard.
|
| @@ -66,6 +70,13 @@ class NetworkStateHelper {
|
| DISALLOW_COPY_AND_ASSIGN(NetworkStateHelper);
|
| };
|
|
|
| +//
|
| +// Webview based login helpers.
|
| +//
|
| +
|
| +// Returns the storage partition for the sign-in webview.
|
| +content::StoragePartition* GetSigninPartition();
|
| +
|
| } // namespace login
|
|
|
| } // namespace chromeos
|
|
|