Index: webkit/tools/test_shell/test_shell_mac.mm |
diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm |
index 554f3c220a21abf8304036a313c87c5baf04733e..1e88e660ec0134d9794f9b7e48d42a82d50b0e73 100644 |
--- a/webkit/tools/test_shell/test_shell_mac.mm |
+++ b/webkit/tools/test_shell/test_shell_mac.mm |
@@ -20,6 +20,7 @@ |
#include "base/message_loop.h" |
#include "base/path_service.h" |
#include "base/stats_table.h" |
+#include "base/string_piece.h" |
#include "base/string_util.h" |
#include "net/base/mime_util.h" |
#include "skia/ext/bitmap_platform_device.h" |
@@ -859,6 +860,11 @@ void TestShell::ShowStartupDebuggingDialog() { |
// TODO(port): Show a modal dialog here with an attach to me message. |
} |
+StringPiece TestShell::NetResourceProvider(int key) { |
+ // TODO(port): Return the requested resource. |
Evan Martin
2009/01/17 00:29:20
NOTIMPLEMENTED()
?
|
+ return StringPiece(); |
+} |
+ |
//----------------------------------------------------------------------------- |
namespace webkit_glue { |