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

Unified Diff: android_webview/browser/aw_browser_context.cc

Issue 23579008: [Android WebView] Remove some log spam (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9700645683e3a551ed056b8cae2a4e66a8bee5a0..17be0e3d27da0d312c624ea321ad5edccd86ec69 100644
--- a/android_webview/browser/aw_browser_context.cc
+++ b/android_webview/browser/aw_browser_context.cc
@@ -247,8 +247,7 @@ AwBrowserContext::GetGeolocationPermissionContext() {
}
quota::SpecialStoragePolicy* AwBrowserContext::GetSpecialStoragePolicy() {
- // TODO(boliu): Implement this so we are not relying on default behavior.
- NOTIMPLEMENTED();
+ // Intentionally returning NULL as 'Extensions' and 'Apps' not supported.
return NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698