Chromium Code Reviews| Index: chrome/common/chrome_content_client.h |
| =================================================================== |
| --- chrome/common/chrome_content_client.h (revision 147830) |
| +++ chrome/common/chrome_content_client.h (working copy) |
| @@ -46,6 +46,7 @@ |
| virtual bool GetSandboxProfileForSandboxType( |
| int sandbox_type, |
| int* sandbox_profile_resource_id) const OVERRIDE; |
| + virtual std::string GetCarbonInterposePath() const OVERRIDE; |
| #endif |
| // Gets information about the bundled Pepper Flash for field trial. |