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

Unified Diff: chrome/browser/guestview/webview/webview_constants.cc

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests in Debug mode Created 6 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: chrome/browser/guestview/webview/webview_constants.cc
diff --git a/chrome/browser/guestview/webview/webview_constants.cc b/chrome/browser/guestview/webview/webview_constants.cc
index a7cabd358d8644e978ec101cdc633579f857f02c..1a12408d1ba7d8ac60d30ad8b2aacad321357a4c 100644
--- a/chrome/browser/guestview/webview/webview_constants.cc
+++ b/chrome/browser/guestview/webview/webview_constants.cc
@@ -74,5 +74,6 @@ const char kParameterUserAgentOverride[] = "userAgentOverride";
// Miscellaneous.
const unsigned int kMaxOutstandingPermissionRequests = 1024;
+const int kInvalidPermissionRequestID = 0;
} // namespace webview
« no previous file with comments | « chrome/browser/guestview/webview/webview_constants.h ('k') | chrome/browser/guestview/webview/webview_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698