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

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

Issue 2902783002: VR: Add URL bar security-related coloring and emphasis. (Closed)
Patch Set: Another test case for HTTPS + not secure. Created 3 years, 7 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: chrome/browser/android/vr_shell/ui_scene_manager.h
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
index cf2ae941d42dc9c93de0a9808811bddd41b82564..71db860db1a9d63c019d325e52f044ccb3ea920a 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -12,8 +12,6 @@
#include "chrome/browser/android/vr_shell/ui_interface.h"
#include "device/vr/vr_types.h"
-class GURL;
-
namespace vr_shell {
class LoadingIndicator;
@@ -36,7 +34,7 @@ class UiSceneManager {
void SetURL(const GURL& gurl);
void SetWebVrSecureOrigin(bool secure);
void SetWebVrMode(bool web_vr);
- void SetSecurityLevel(int level);
+ void SetSecurityLevel(security_state::SecurityLevel level);
void SetLoading(bool loading);
void SetLoadProgress(float progress);
void SetIsExiting();

Powered by Google App Engine
This is Rietveld 408576698