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

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

Issue 2620383007: Tie VR omnibox to page load progress through TabObserver. (Closed)
Patch Set: Rebase to ToT. 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..cc825c3f5ad225a6c128357af140a7a821915a89 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 SetLoadProgress(double progress);
void SetURL(const GURL& url);
// Called by WebUI when starting VR.

Powered by Google App Engine
This is Rietveld 408576698