Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 189692) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -38,6 +38,7 @@ |
virtual base::RefCountedStaticMemory* GetDataResourceBytes( |
int resource_id) const OVERRIDE; |
virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE; |
+ virtual std::string GetProcessTypeNameInEnglish(int type) OVERRIDE; |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
virtual bool GetSandboxProfileForSandboxType( |