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

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

Issue 20990005: Web MIDI: implement permission infobar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review #2 and #10 Created 7 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/geolocation/chrome_geolocation_permission_context_factory.h
diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h
index 0e161a6f4cccf48d2bd10b0bc18706eeca74fb91..874722bb696d53ef225e18ced0f1c52a574bb049 100644
--- a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h
+++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h
@@ -28,7 +28,7 @@ class ChromeGeolocationPermissionContextFactory
ChromeGeolocationPermissionContextFactory();
virtual ~ChromeGeolocationPermissionContextFactory();
- // |BrowserContextKeyedBaseFactory| methods:
+ // BrowserContextKeyedBaseFactory methods:
virtual BrowserContextKeyedService*
BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
virtual void RegisterProfilePrefs(

Powered by Google App Engine
This is Rietveld 408576698