Chromium Code Reviews| Index: content/shell/shell_gtk.cc |
| =================================================================== |
| --- content/shell/shell_gtk.cc (revision 150808) |
| +++ content/shell/shell_gtk.cc (working copy) |
| @@ -60,11 +60,6 @@ |
| void Shell::PlatformInitialize() { |
| } |
| -base::StringPiece Shell::PlatformResourceProvider(int key) { |
| - NOTIMPLEMENTED(); |
| - return base::StringPiece(); |
| -} |
| - |
| void Shell::PlatformCleanUp() { |
| // Nothing to clean up; GTK will clean up the widgets shortly after. |
| } |