| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 5557719408c4745e4f880157c28e1a151e483f64..0eaefe48e6d5687da367732f7c90861a18293e3f 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -295,4 +295,9 @@ BrowserContext::~BrowserContext() {
|
| #endif
|
| }
|
|
|
| +scoped_ptr<ZoomLevelDelegate>
|
| +BrowserContext::CreateZoomLevelDelegate() {
|
| + return scoped_ptr<ZoomLevelDelegate>();
|
| +}
|
| +
|
| } // namespace content
|
|
|