| 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..5c1ec7c61051d8025f6283d9cebb0b6fcb2e6957 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_earl_grey.h
|
| @@ -34,6 +34,11 @@ id ExecuteJavaScript(NSString* javascript,
|
| // Clears browsing history.
|
| + (void)clearBrowsingHistory;
|
|
|
| +#pragma mark - Cookie Utilities
|
| +
|
| +// Returns cookies as key value pairs. Returns nil if fails to get cookies.
|
| ++ (NSDictionary*)getCookies;
|
| +
|
| #pragma mark - Navigation Utilities
|
|
|
| // Loads |URL| in the current WebState with transition of type
|
|
|