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

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

Issue 2615003004: Support showing loading progress in the VR omnibox. (Closed)
Patch Set: Created 3 years, 11 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_interface.h
diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
index 67505353c9fb33b672b30c9495837922e554cc9b..e65816d036912ef1c7af4aaf67ac375a3af540e1 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -38,6 +38,7 @@ class UiInterface {
void SetSecurityLevel(int level);
void SetWebVRSecureOrigin(bool secure);
void SetLoading(bool loading);
+ void SetLoadingProgress(double progress);
void SetURL(const GURL& url);
// Called by WebUI when starting VR.
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_interface.cc » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698