1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import "ios/web/web_state/ui/crw_context_menu_provider.h"
9 NSString* const kContextTitle = @"ContextTitle";
10 NSString* const kContextLinkURLString = @"ContextLinkURLString";
11 NSString* const kContextLinkReferrerPolicy = @"ContextLinkReferrerPolicy";
12 NSString* const kContextImageURLString = @"ContextImageUrl";