blob: 6b950eaab83991bc567ad693fc16868ab6b99a44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Defines resource ids included from Chrome. This is done to prevent resource
// id conflicts.
extern int context_menu_IDC_FORWARD;
extern int context_menu_IDC_RELOAD;
extern int context_menu_IDC_BACK;
|