| 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);
|
|
|