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

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

Issue 2536223002: Omnibox improvements and fixes. (Closed)
Patch Set: Unhook the original security warning control path. Created 4 years, 1 month 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 | chrome/browser/android/vr_shell/vr_web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell.cc
diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
index 5c58081dcd53aee0a7ef018c996fff160a104ce2..0ab44f936eb6ef263a20645e4e259f490f3e4aa9 100644
--- a/chrome/browser/android/vr_shell/vr_shell.cc
+++ b/chrome/browser/android/vr_shell/vr_shell.cc
@@ -913,7 +913,8 @@ void VrShell::SetWebVrMode(JNIEnv* env,
}
void VrShell::SetWebVRSecureOrigin(bool secure_origin) {
- html_interface_->SetSecureOrigin(secure_origin);
+ // TODO(cjgrant): Remove this method, and all related plumbing back to the
mthiesse 2016/11/29 16:40:19 hurray!
bajones 2016/11/29 17:53:23 +1!
cjgrant 2016/11/30 20:33:56 Sorry that this decoupling isn't happening yet. T
+ // renderer, as security level is now determined differently.
}
void VrShell::SubmitWebVRFrame() {
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698