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

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

Issue 2647053002: Add initial VR interactive omnibox. (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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_omnibox.cc ('k') | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index d979adfb918c776e55bee2f4ff9ddd98eb35b4b0..6a4eb6b267a9477b75a8e2ad6d9b52d3ffd69f3c 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -52,7 +52,9 @@ enum UiAction {
RELOAD,
ZOOM_OUT,
ZOOM_IN,
- RELOAD_UI
+ RELOAD_UI,
+ LOAD_URL,
+ OMNIBOX_CONTENT,
};
class VrMetricsHelper;
@@ -122,7 +124,8 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
void UpdateScene(const base::ListValue* args);
// Perform a UI action triggered by the javascript API.
- void DoUiAction(const UiAction action);
+ void DoUiAction(const UiAction action,
+ const base::DictionaryValue* arguments);
void SetContentCssSize(float width, float height, float dpr);
void SetUiCssSize(float width, float height, float dpr);
« no previous file with comments | « chrome/browser/android/vr_shell/vr_omnibox.cc ('k') | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698