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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context_extensions.h

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Java file Created 4 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/geolocation/geolocation_permission_context_extensions.h
diff --git a/chrome/browser/geolocation/geolocation_permission_context_extensions.h b/chrome/browser/geolocation/geolocation_permission_context_extensions.h
index 583c17e784370ff475368c597cd7c1843e322e62..762d9a7908595f203d1e776a6065d7ee58ff780d 100644
--- a/chrome/browser/geolocation/geolocation_permission_context_extensions.h
+++ b/chrome/browser/geolocation/geolocation_permission_context_extensions.h
@@ -39,7 +39,9 @@ class GeolocationPermissionContextExtensions {
int bridge_id);
private:
+#if defined(ENABLE_EXTENSIONS)
Profile* profile_;
+#endif
DISALLOW_COPY_AND_ASSIGN(GeolocationPermissionContextExtensions);
};

Powered by Google App Engine
This is Rietveld 408576698