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

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

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: Add GeolocationManager service 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
Index: chrome/browser/android/vr_shell/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index 5bbcde9aa458292cf22d5cd6f08d1f6e0ea87383..d07aa446da514793f325464b11884162517e12d9 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -80,6 +80,7 @@ class VrGLThread : public base::Thread,
void SetScreenCapturingIndicator(bool enabled) override;
void SetAudioCapturingIndicator(bool enabled) override;
void SetBluetoothConnectedIndicator(bool enabled) override;
+ void SetLocationAccessIndicator(bool enabled) override;
void SetIsExiting() override;
void SetSplashScreenIcon(const SkBitmap& bitmap) override;

Powered by Google App Engine
This is Rietveld 408576698