Chromium Code Reviews| Index: content/browser/plugin_service_browsertest.cc |
| =================================================================== |
| --- content/browser/plugin_service_browsertest.cc (revision 90949) |
| +++ content/browser/plugin_service_browsertest.cc (working copy) |
| @@ -34,6 +34,7 @@ |
| // Client implementation. |
| int ID() { return 42; } |
| + bool SaveLocalState() { return true; } |
| bool OffTheRecord() { return false; } |
| void OnChannelOpened(const IPC::ChannelHandle& handle) { |