| Index: extensions/renderer/app_runtime_custom_bindings.h | 
| diff --git a/extensions/renderer/app_runtime_custom_bindings.h b/extensions/renderer/app_runtime_custom_bindings.h | 
| index f4ff9068bd2458d6a762650145685371341c1e51..e0aba8a354a12882a2ff4da56a8e2c74edbfa0ec 100644 | 
| --- a/extensions/renderer/app_runtime_custom_bindings.h | 
| +++ b/extensions/renderer/app_runtime_custom_bindings.h | 
| @@ -15,6 +15,8 @@ class AppRuntimeCustomBindings : public ObjectBackedNativeHandler { | 
| explicit AppRuntimeCustomBindings(ScriptContext* context); | 
|  | 
| private: | 
| +  void CreateBlob(const v8::FunctionCallbackInfo<v8::Value>& args); | 
| + | 
| DISALLOW_COPY_AND_ASSIGN(AppRuntimeCustomBindings); | 
| }; | 
|  | 
|  |