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

Unified Diff: Source/modules/geolocation/Geolocation.h

Issue 1060723002: Replace secure origin warning shortlink with an HTTPS shortlink to an HTTPS URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change link format as discussed. Created 5 years, 8 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: Source/modules/geolocation/Geolocation.h
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
index be40093890eb28ced203e5a8e0296604abfae69f..402848c1532af43a2ad01985656b4905c9d816b8 100644
--- a/Source/modules/geolocation/Geolocation.h
+++ b/Source/modules/geolocation/Geolocation.h
@@ -164,7 +164,7 @@ private:
// Record whether the origin trying to access Geolocation would be allowed
// to access a feature that can only be accessed by secure origins.
- // See http://goo.gl/lq4gCo
+ // See https://goo.gl/Y0ZkNV
void recordOriginTypeAccess() const;
GeoNotifierSet m_oneShots;

Powered by Google App Engine
This is Rietveld 408576698