| Index: ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| diff --git a/ios/chrome/test/earl_grey/chrome_earl_grey.h b/ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| index fdacda6a3c82f946abf28075e151b62ef11997fa..16897431cf2753c7a8da55d4bf6d5dcc372eadee 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| @@ -34,6 +34,13 @@ id ExecuteJavaScript(NSString* javascript,
|
| // Clears browsing history.
|
| + (void)clearBrowsingHistory;
|
|
|
| +#pragma mark - Cookie Utilities
|
| +
|
| +// Returns cookies as key value pairs, where key is a cookie name and value is a
|
| +// cookie value.
|
| +// NOTE: this method fails the test if there are errors getting cookies.
|
| ++ (NSDictionary*)cookies;
|
| +
|
| #pragma mark - Navigation Utilities
|
|
|
| // Loads |URL| in the current WebState with transition of type
|
|
|