diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 79ab497..ce25eb9 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -48,6 +48,7 @@ typedef std::list<gfx::NativeWindow> WindowList; struct WebPreferences; +class StringPiece; class TestNavigationEntry; class TestNavigationController; @@ -252,6 +253,9 @@ public: // Show the "attach to me" dialog, for debugging test shell startup. static void ShowStartupDebuggingDialog(); + // This is called indirectly by the network layer to access resources. + static StringPiece NetResourceProvider(int key); + protected: bool Initialize(const std::wstring& startingURL); void SizeToSVG(); |