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

Unified Diff: public/web/WebGeolocationPermissionRequestManager.h

Issue 301183005: Make the bridge_id in WebGeolocationPermissionRequestManager be unique per process. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: public/web/WebGeolocationPermissionRequestManager.h
diff --git a/public/web/WebGeolocationPermissionRequestManager.h b/public/web/WebGeolocationPermissionRequestManager.h
index eca31d6b04d4ce501c78ea50723f23bb81012ac5..23c3edd144493c9bc45b72ba1c375e66d5df7e5e 100644
--- a/public/web/WebGeolocationPermissionRequestManager.h
+++ b/public/web/WebGeolocationPermissionRequestManager.h
@@ -54,7 +54,6 @@ private:
BLINK_EXPORT void reset();
WebPrivateOwnPtr<WebGeolocationPermissionRequestManagerPrivate> m_private;
- int m_lastId;
};
}

Powered by Google App Engine
This is Rietveld 408576698