Index: content/shell/shell_android.cc |
=================================================================== |
--- content/shell/shell_android.cc (revision 150808) |
+++ content/shell/shell_android.cc (working copy) |
@@ -20,10 +20,6 @@ |
namespace content { |
-base::StringPiece Shell::PlatformResourceProvider(int key) { |
- return base::StringPiece(); |
-} |
- |
void Shell::PlatformInitialize() { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
DCHECK(command_line->HasSwitch(switches::kForceCompositingMode)); |