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

Side by Side Diff: android_webview/browser/aw_browser_context.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_BROWSER_AW_BROWSER_CONTEXT_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_AW_BROWSER_CONTEXT_H_
6 #define ANDROID_WEBVIEW_BROWSER_AW_BROWSER_CONTEXT_H_ 6 #define ANDROID_WEBVIEW_BROWSER_AW_BROWSER_CONTEXT_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "android_webview/browser/aw_download_manager_delegate.h" 10 #include "android_webview/browser/aw_download_manager_delegate.h"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE; 98 virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
99 virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess( 99 virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
100 int renderer_child_id) OVERRIDE; 100 int renderer_child_id) OVERRIDE;
101 virtual net::URLRequestContextGetter* 101 virtual net::URLRequestContextGetter*
102 GetMediaRequestContextForStoragePartition( 102 GetMediaRequestContextForStoragePartition(
103 const base::FilePath& partition_path, bool in_memory) OVERRIDE; 103 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
104 virtual content::ResourceContext* GetResourceContext() OVERRIDE; 104 virtual content::ResourceContext* GetResourceContext() OVERRIDE;
105 virtual content::DownloadManagerDelegate* 105 virtual content::DownloadManagerDelegate*
106 GetDownloadManagerDelegate() OVERRIDE; 106 GetDownloadManagerDelegate() OVERRIDE;
107 virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE; 107 virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
108 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE; 108 virtual storage::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
109 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE; 109 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
110 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE; 110 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
111 111
112 // visitedlink::VisitedLinkDelegate implementation. 112 // visitedlink::VisitedLinkDelegate implementation.
113 virtual void RebuildTable( 113 virtual void RebuildTable(
114 const scoped_refptr<URLEnumerator>& enumerator) OVERRIDE; 114 const scoped_refptr<URLEnumerator>& enumerator) OVERRIDE;
115 115
116 private: 116 private:
117 static bool data_reduction_proxy_enabled_; 117 static bool data_reduction_proxy_enabled_;
118 118
(...skipping 17 matching lines...) Expand all
136 data_reduction_proxy_configurator_; 136 data_reduction_proxy_configurator_;
137 scoped_ptr<data_reduction_proxy::DataReductionProxySettings> 137 scoped_ptr<data_reduction_proxy::DataReductionProxySettings>
138 data_reduction_proxy_settings_; 138 data_reduction_proxy_settings_;
139 139
140 DISALLOW_COPY_AND_ASSIGN(AwBrowserContext); 140 DISALLOW_COPY_AND_ASSIGN(AwBrowserContext);
141 }; 141 };
142 142
143 } // namespace android_webview 143 } // namespace android_webview
144 144
145 #endif // ANDROID_WEBVIEW_BROWSER_AW_BROWSER_CONTEXT_H_ 145 #endif // ANDROID_WEBVIEW_BROWSER_AW_BROWSER_CONTEXT_H_
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698