| Index: chrome/android/testshell/testshell_tab.h
|
| diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
|
| index bb06ad9385f9d5b338d2fa244ea0b70206959141..99a0d6568e844fe1da83e3498a788115f69eff13 100644
|
| --- a/chrome/android/testshell/testshell_tab.h
|
| +++ b/chrome/android/testshell/testshell_tab.h
|
| @@ -16,6 +16,10 @@ class SyncedTabDelegate;
|
| }
|
|
|
| namespace chrome {
|
| +struct NavigateParams;
|
| +}
|
| +
|
| +namespace chrome {
|
| namespace android {
|
| class ChromeWebContentsDelegateAndroid;
|
| }
|
| @@ -68,7 +72,7 @@ class TestShellTab : public TabAndroid {
|
| virtual void OnNewTabPageReady() OVERRIDE;
|
|
|
| virtual void RunExternalProtocolDialog(const GURL& url) OVERRIDE;
|
| -
|
| + virtual void HandlePopupNavigation(chrome::NavigateParams* params) OVERRIDE;
|
| virtual int GetSyncId() const OVERRIDE;
|
| virtual void SetSyncId(int sync_id) OVERRIDE;
|
|
|
|
|