Chromium Code Reviews| Index: content/public/common/content_client.cc |
| =================================================================== |
| --- content/public/common/content_client.cc (revision 147830) |
| +++ content/public/common/content_client.cc (working copy) |
| @@ -85,6 +85,10 @@ |
| int* sandbox_profile_resource_id) const { |
| return false; |
| } |
| + |
| +std::string ContentClient::GetCarbonInterposePath() const { |
| + return std::string(); |
| +} |
| #endif |
| } // namespace content |