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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/guestview/webview/webview_constants.h" 5 #include "chrome/browser/guestview/webview/webview_constants.h"
6 6
7 namespace webview { 7 namespace webview {
8 8
9 // Events. 9 // Events.
10 const char kEventClose[] = "webview.onClose"; 10 const char kEventClose[] = "webview.onClose";
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 const char kFindRectTop[] = "top"; 67 const char kFindRectTop[] = "top";
68 const char kFindRectWidth[] = "width"; 68 const char kFindRectWidth[] = "width";
69 const char kFindRectHeight[] = "height"; 69 const char kFindRectHeight[] = "height";
70 const char kFindCanceled[] = "canceled"; 70 const char kFindCanceled[] = "canceled";
71 71
72 // Initialization parameters. 72 // Initialization parameters.
73 const char kParameterUserAgentOverride[] = "userAgentOverride"; 73 const char kParameterUserAgentOverride[] = "userAgentOverride";
74 74
75 // Miscellaneous. 75 // Miscellaneous.
76 const unsigned int kMaxOutstandingPermissionRequests = 1024; 76 const unsigned int kMaxOutstandingPermissionRequests = 1024;
77 const int kInvalidPermissionRequestID = 0;
77 78
78 } // namespace webview 79 } // namespace webview
OLDNEW
« 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