| Index: chrome/browser/media/webrtc_browsertest_base.h
|
| diff --git a/chrome/browser/media/webrtc_browsertest_base.h b/chrome/browser/media/webrtc_browsertest_base.h
|
| index c62546dee2c6a01818b5504007c2236f829ff2f4..a0403d6a81ed15fbee48367e1eb1c9b0a4670d18 100644
|
| --- a/chrome/browser/media/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc_browsertest_base.h
|
| @@ -152,6 +152,13 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| // Returns true if we're on win 8.
|
| bool OnWin8() const;
|
|
|
| + void OpenDatabase(content::WebContents* tab) const;
|
| + void CloseDatabase(content::WebContents* tab) const;
|
| + void DeleteDatabase(content::WebContents* tab) const;
|
| +
|
| + void GenerateAndCloneCertificate(content::WebContents* tab,
|
| + const std::string& keygen_algorithm) const;
|
| +
|
| private:
|
| void CloseInfoBarInTab(content::WebContents* tab_contents,
|
| infobars::InfoBar* infobar) const;
|
|
|