Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: remoting/host/elevated_controller_resource.h

Issue 10071025: [Chromoting] Make the Windows host controller ask the user to confirm host registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add license boilerplate. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/elevated_controller_module_win.cc ('k') | remoting/host/elevated_controller_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/elevated_controller_resource.h
diff --git a/remoting/host/elevated_controller_resource.h b/remoting/host/elevated_controller_resource.h
new file mode 100644
index 0000000000000000000000000000000000000000..ce5504860c03cb5a2b7f6a970c426e1cab2b56a2
--- /dev/null
+++ b/remoting/host/elevated_controller_resource.h
@@ -0,0 +1,14 @@
+// Copyright (c) 2012 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.
+
+#ifndef REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H
+#define REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H 1
+
+#define IDS_CONTROLLER 100
+#define IDD_VERIFY_CONFIG_DIALOG 101
+#define IDC_MESSAGE 102
+#define IDC_EMAIL 103
+#define IDC_PIN 104
+
+#endif REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H 1
« no previous file with comments | « remoting/host/elevated_controller_module_win.cc ('k') | remoting/host/elevated_controller_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698