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

Unified Diff: chrome/browser/android/vr_shell/vr_web_contents_observer.cc

Issue 2551983002: Suffix VrShell calls with which thread they're expected to be run on. (Closed)
Patch Set: Rebase Created 4 years 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: chrome/browser/android/vr_shell/vr_web_contents_observer.cc
diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.cc b/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
index edd2604b52fc32c11a258ed2732dcc4726a76a16..dd39ac5ed77e8843d1febf6f11b63e74e906d2c4 100644
--- a/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
+++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.cc
@@ -52,11 +52,11 @@ void VrWebContentsObserver::DidToggleFullscreenModeForTab(
}
void VrWebContentsObserver::WebContentsDestroyed() {
- vr_shell_->ContentWebContentsDestroyed();
+ vr_shell_->ContentWebContentsDestroyedOnUI();
}
void VrWebContentsObserver::WasHidden() {
- vr_shell_->ContentWasHidden();
+ vr_shell_->ContentWasHiddenOnUI();
}
} // namespace vr_shell
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698