| Index: android_webview/browser/aw_browser_context.cc
|
| diff --git a/android_webview/browser/aw_browser_context.cc b/android_webview/browser/aw_browser_context.cc
|
| index c386ad5de5391c4eff45bdb8a0c83ea5cacd27a9..32148fccc0a3342bbd19f011a0f703f061094dd1 100644
|
| --- a/android_webview/browser/aw_browser_context.cc
|
| +++ b/android_webview/browser/aw_browser_context.cc
|
| @@ -222,6 +222,12 @@ void AwBrowserContext::CreateUserPrefServiceIfNecessary() {
|
| }
|
| }
|
|
|
| +scoped_ptr<content::ZoomLevelDelegate>
|
| +AwBrowserContext::CreateZoomLevelDelegate(
|
| + const base::FilePath& partition_path) {
|
| + return nullptr;
|
| +}
|
| +
|
| base::FilePath AwBrowserContext::GetPath() const {
|
| return context_storage_path_;
|
| }
|
|
|