| Index: chrome/test/automation/browser_proxy.h
|
| diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
|
| index d0bb4d0e9c3187baf1d36780e2fed05b486b613d..198004a8fc6b01c094861b4984ee78126ecce197 100644
|
| --- a/chrome/test/automation/browser_proxy.h
|
| +++ b/chrome/test/automation/browser_proxy.h
|
| @@ -178,6 +178,9 @@ class BrowserProxy : public AutomationResourceProxy {
|
| // Shows or hides the download shelf.
|
| bool SetShelfVisible(bool is_visible) WARN_UNUSED_RESULT;
|
|
|
| + // Waits for the download shelf to appear or disappear.
|
| + bool WaitForDownloadShelfVisibilityChange(bool visibility) WARN_UNUSED_RESULT;
|
| +
|
| // Sets the int value of the specified preference.
|
| bool SetIntPreference(const std::wstring& name, int value) WARN_UNUSED_RESULT;
|
|
|
|
|