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

Unified Diff: base/threading/thread_restrictions.h

Issue 10913074: Add WebView implementation for CookieManager. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 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
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 36aae5384dbb103e3d244b80dcc03614901b6937..acc1b2137179111983185cb39590e3a6984887d3 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -21,6 +21,7 @@ class HistogramSynchronizer;
class GpuChannelHost;
class MetricsService;
class NativeBackendKWallet;
+class ScopedAllowWaitForLegacyWebViewApi;
class TestingAutomationProvider;
class TextInputClientMac;
@@ -161,6 +162,7 @@ class BASE_EXPORT ThreadRestrictions {
// BEGIN ALLOWED USAGE.
friend class content::RenderWidgetHelper;
friend class ::HistogramSynchronizer;
+ friend class ::ScopedAllowWaitForLegacyWebViewApi;
friend class ::TestingAutomationProvider;
friend class SequencedWorkerPool;
friend class SimpleThread;

Powered by Google App Engine
This is Rietveld 408576698