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

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

Issue 2536223002: Omnibox improvements and fixes. (Closed)
Patch Set: Make unit tests compile by including chrome/browser and blink. 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.h
diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.h b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
index d82b1940a9a5658445ddc78fb2566375c0ae77a5..9b1a594390dbfe0e11a241bc8148ec92e5e29b2b 100644
--- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
+++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
@@ -42,6 +42,8 @@ class CONTENT_EXPORT VrWebContentsObserver
void WebContentsDestroyed() override;
void WasHidden() override;
+ void SetSecurityLevel();
+
// This class does not own the UI interface.
UiInterface* ui_interface_;
VrShell* vr_shell_;

Powered by Google App Engine
This is Rietveld 408576698