| Index: chrome/browser/guest_view/web_view/web_view_constants.h
|
| diff --git a/chrome/browser/guest_view/web_view/web_view_constants.h b/chrome/browser/guest_view/web_view/web_view_constants.h
|
| index a3aaed765a14ad3075ba54fbed4512200b278f6e..cc7ac1a9164cf3c11c2ff13eca933d78eeb38631 100644
|
| --- a/chrome/browser/guest_view/web_view/web_view_constants.h
|
| +++ b/chrome/browser/guest_view/web_view/web_view_constants.h
|
| @@ -93,6 +93,7 @@ extern const char kParameterUserAgentOverride[];
|
| // Miscellaneous.
|
| extern const char kMenuItemCommandId[];
|
| extern const char kMenuItemLabel[];
|
| +extern const char kPersistPrefix[];
|
| extern const unsigned int kMaxOutstandingPermissionRequests;
|
| extern const int kInvalidPermissionRequestID;
|
|
|
|
|