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

Unified Diff: chrome/browser/vr/vr_tab_helper.h

Issue 2975593002: [vr] Deny permission requests in VR mode
Patch Set: . Created 3 years, 5 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/ui/tab_helpers.cc ('k') | chrome/browser/vr/vr_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/vr/vr_tab_helper.h
diff --git a/chrome/browser/android/vr_shell/vr_tab_helper.h b/chrome/browser/vr/vr_tab_helper.h
similarity index 79%
rename from chrome/browser/android/vr_shell/vr_tab_helper.h
rename to chrome/browser/vr/vr_tab_helper.h
index 315ce623a5fe5b3e742173912c81e9cfb5313c9f..b24f3a089b1b15b71576f6e16145af80ba23fa4f 100644
--- a/chrome/browser/android/vr_shell/vr_tab_helper.h
+++ b/chrome/browser/vr/vr_tab_helper.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
-#define CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
+#ifndef CHROME_BROWSER_VR_VR_TAB_HELPER_H_
+#define CHROME_BROWSER_VR_VR_TAB_HELPER_H_
#include "base/macros.h"
#include "content/public/browser/web_contents_user_data.h"
-namespace vr_shell {
+namespace vr {
class VrTabHelper : public content::WebContentsUserData<VrTabHelper> {
public:
@@ -33,6 +33,6 @@ class VrTabHelper : public content::WebContentsUserData<VrTabHelper> {
DISALLOW_COPY_AND_ASSIGN(VrTabHelper);
};
-} // namespace vr_shell
+} // namespace vr
-#endif // CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
+#endif // CHROME_BROWSER_VR_VR_TAB_HELPER_H_
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | chrome/browser/vr/vr_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698