diff options
Diffstat (limited to 'chrome_frame/chrome_imported_resources.cc')
-rw-r--r-- | chrome_frame/chrome_imported_resources.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome_frame/chrome_imported_resources.cc b/chrome_frame/chrome_imported_resources.cc new file mode 100644 index 0000000..966fadf --- /dev/null +++ b/chrome_frame/chrome_imported_resources.cc @@ -0,0 +1,13 @@ +// 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; + |