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

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

Issue 441883003: Simplify Android geolocation permission checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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.h
diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h
index b5d7d9050c0e16386a3c15a46b0e7cce29d9872d..4017210d402815d755a35e3383a687efc9eda780 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.h
+++ b/chrome/browser/geolocation/geolocation_permission_context.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -75,7 +75,6 @@ class GeolocationPermissionContext
const GURL& requesting_frame,
bool user_gesture,
const GURL& embedder,
- const std::string& accept_button_label,
base::Callback<void(bool)> callback);
// Called when permission is granted without interactively asking
@@ -103,7 +102,6 @@ class GeolocationPermissionContext
void CreateInfoBarRequest(const PermissionRequestID& id,
const GURL& requesting_frame,
const GURL& embedder,
- const std::string accept_button_label,
base::Callback<void(bool)> callback);
// Notify the context that a particular request object is no longer needed.

Powered by Google App Engine
This is Rietveld 408576698