| 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..e4c968276459918b430455315fc75086eb1973c9 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>
|
| +ProfileImpl::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
|
| + return scoped_ptr<content::ZoomLevelDelegate>(
|
| + new chrome::ChromeZoomLevelPrefs(GetPrefs(), GetPath(), partition_path));
|
| +}
|
| +
|
| base::FilePath AwBrowserContext::GetPath() const {
|
| return context_storage_path_;
|
| }
|
|
|