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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/url_bar.h

Issue 2866853002: VR: Wire VrShell UI-related state to the scene manager. (Closed)
Patch Set: 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_elements/url_bar.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.h b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
index a166f6a64fee52b77155040b5be1a11c616d0348..526c085dcc495548681eb8388e77847c50bc49e5 100644
--- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
+++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
@@ -22,7 +22,7 @@ class UrlBar : public TexturedElement {
void OnHoverEnter() override;
void OnHoverLeave() override;
- void SetGURL(const GURL& gurl);
+ void SetURL(const GURL& gurl);
private:
UiTexture* GetTexture() const override;

Powered by Google App Engine
This is Rietveld 408576698