Index: content/shell/shell_aura.cc |
=================================================================== |
--- content/shell/shell_aura.cc (revision 150808) |
+++ content/shell/shell_aura.cc (working copy) |
@@ -340,10 +340,6 @@ |
views_delegate_ = new ShellViewsDelegateAura(); |
} |
-base::StringPiece Shell::PlatformResourceProvider(int key) { |
- return base::StringPiece(); |
-} |
- |
void Shell::PlatformExit() { |
#if defined(OS_CHROMEOS) |
chromeos::DBusThreadManager::Shutdown(); |