// 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. #pragma once #include "chrome/app/chrome_dll_resource.h" int context_menu_IDC_FORWARD = IDC_FORWARD; int context_menu_IDC_RELOAD = IDC_RELOAD; int context_menu_IDC_BACK = IDC_BACK;