| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 5557719408c4745e4f880157c28e1a151e483f64..634be4c4ab714ab0df99f4c570d3ec8749c8d241 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(const base::FilePath& partition_path) {
|
| + return scoped_ptr<ZoomLevelDelegate>();
|
| +}
|
| +
|
| } // namespace content
|
|
|