Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1516)

Side by Side Diff: android_webview/lib/main/aw_main_delegate.h

Issue 23619089: [Android WebView] Populate WebKit WebPreferences correctly in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 5 #ifndef ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
6 #define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 6 #define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
7 7
8 #include "android_webview/browser/jni_dependency_factory.h" 8 #include "android_webview/browser/jni_dependency_factory.h"
9 #include "android_webview/common/aw_content_client.h" 9 #include "android_webview/common/aw_content_client.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 29 matching lines...) Expand all
40 virtual content::ContentRendererClient* 40 virtual content::ContentRendererClient*
41 CreateContentRendererClient() OVERRIDE; 41 CreateContentRendererClient() OVERRIDE;
42 42
43 // JniDependencyFactory implementation. 43 // JniDependencyFactory implementation.
44 virtual AwQuotaManagerBridge* CreateAwQuotaManagerBridge( 44 virtual AwQuotaManagerBridge* CreateAwQuotaManagerBridge(
45 AwBrowserContext* browser_context) OVERRIDE; 45 AwBrowserContext* browser_context) OVERRIDE;
46 virtual content::GeolocationPermissionContext* CreateGeolocationPermission( 46 virtual content::GeolocationPermissionContext* CreateGeolocationPermission(
47 AwBrowserContext* browser_context) OVERRIDE; 47 AwBrowserContext* browser_context) OVERRIDE;
48 virtual content::WebContentsViewDelegate* CreateViewDelegate( 48 virtual content::WebContentsViewDelegate* CreateViewDelegate(
49 content::WebContents* web_contents) OVERRIDE; 49 content::WebContents* web_contents) OVERRIDE;
50 virtual AwWebPreferencesPopulater* CreateWebPreferencesPopulater() OVERRIDE;
50 51
51 scoped_ptr<content::BrowserMainRunner> browser_runner_; 52 scoped_ptr<content::BrowserMainRunner> browser_runner_;
52 AwContentClient content_client_; 53 AwContentClient content_client_;
53 scoped_ptr<AwContentBrowserClient> content_browser_client_; 54 scoped_ptr<AwContentBrowserClient> content_browser_client_;
54 scoped_ptr<AwContentRendererClient> content_renderer_client_; 55 scoped_ptr<AwContentRendererClient> content_renderer_client_;
55 scoped_ptr<GpuMemoryBufferFactoryImpl> gpu_memory_buffer_factory_; 56 scoped_ptr<GpuMemoryBufferFactoryImpl> gpu_memory_buffer_factory_;
56 57
57 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate); 58 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
58 }; 59 };
59 60
60 } // namespace android_webview 61 } // namespace android_webview
61 62
62 #endif // ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 63 #endif // ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
OLDNEW
« no previous file with comments | « android_webview/browser/jni_dependency_factory.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698