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

Unified Diff: android_webview/browser/aw_render_thread_context_provider.cc

Issue 1168943002: Remove ContextProvider::IsContextLost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: contextprovider: . Created 5 years, 6 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/browser/aw_render_thread_context_provider.h ('k') | cc/output/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_render_thread_context_provider.cc
diff --git a/android_webview/browser/aw_render_thread_context_provider.cc b/android_webview/browser/aw_render_thread_context_provider.cc
index 9b6e5d4c7b80a34fad48d6239636e23bcfaf7cd0..e92897590ed05a603685cc5d2213e62af5b049ee 100644
--- a/android_webview/browser/aw_render_thread_context_provider.cc
+++ b/android_webview/browser/aw_render_thread_context_provider.cc
@@ -157,12 +157,6 @@ base::Lock* AwRenderThreadContextProvider::GetLock() {
return &context_lock_;
}
-bool AwRenderThreadContextProvider::IsContextLost() {
- DCHECK(main_thread_checker_.CalledOnValidThread());
-
- return destroyed_;
-}
-
void AwRenderThreadContextProvider::VerifyContexts() {
}
« no previous file with comments | « android_webview/browser/aw_render_thread_context_provider.h ('k') | cc/output/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698