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

Unified Diff: base/threading/thread_restrictions.h

Issue 2817923003: aw: Add allow wait for form database (Closed)
Patch Set: Created 3 years, 8 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 | « android_webview/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 1296edd33a0a07f113b112d004411915bed48308..97f3eb6129e108637a2d4de68e9f36ad1e386260 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -14,6 +14,7 @@ class HistogramSynchronizer;
class NativeBackendKWallet;
namespace android_webview {
+class AwFormDatabaseService;
class CookieManager;
}
@@ -180,6 +181,7 @@ class BASE_EXPORT ThreadRestrictions {
private:
// DO NOT ADD ANY OTHER FRIEND STATEMENTS, talk to jam or brettw first.
// BEGIN ALLOWED USAGE.
+ friend class android_webview::AwFormDatabaseService;
friend class android_webview::CookieManager;
friend class content::BrowserShutdownProfileDumper;
friend class content::BrowserSurfaceViewManager;
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698