diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 23:17:43 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 23:17:43 +0000 |
commit | 4ee0bc31c1ad8203eb77136783132387bbc8abb0 (patch) | |
tree | 0c8471bbcb81ecc4d6f5c94bb11efcf924c45457 /chrome/app/chrome_dll_resource.h | |
parent | 9c17999887073e5d0c58bd9e27ce56fd378a0e01 (diff) | |
download | chromium_src-4ee0bc31c1ad8203eb77136783132387bbc8abb0.zip chromium_src-4ee0bc31c1ad8203eb77136783132387bbc8abb0.tar.gz chromium_src-4ee0bc31c1ad8203eb77136783132387bbc8abb0.tar.bz2 |
Add remoting to wrench menu.
This change adds remoting item to wrench menu.
The change is under flag enable-remoting, so end users will not see it.
The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling.
Submitted for: pranavk@chromium.org
Reviewed: http://codereview.chromium.org/3075024/show
BUG=50242
TEST=NONE
Review URL: http://codereview.chromium.org/3080038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 6a9b539..9022381 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -234,6 +234,9 @@ #define IDC_WRITING_DIRECTION_LTR 41122 // OSX only #define IDC_WRITING_DIRECTION_RTL 41123 // OSX only +// Remoting +#define IDC_REMOTING_SETUP 41140 + // Translate #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 |