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

Unified Diff: win8/test/test_registrar.rc

Issue 12096064: Automatic Win8 default browser registration for the ash unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dear Greg. Created 7 years, 10 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
Index: win8/test/test_registrar.rc
diff --git a/win8/delegate_execute/delegate_execute.rc b/win8/test/test_registrar.rc
similarity index 76%
copy from win8/delegate_execute/delegate_execute.rc
copy to win8/test/test_registrar.rc
index 74a3cc47b62813760552ad8b0c909e4b7e4d1c66..062338c83c04a4fc4aff9ab4330d40aa20b807ff 100644
--- a/win8/delegate_execute/delegate_execute.rc
+++ b/win8/test/test_registrar.rc
@@ -1,6 +1,6 @@
-// Microsoft Visual C++ generated resource script.
+// Resource script for test_registrar.exe.
//
-#include "resource.h"
+#include "test_registrar_resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -44,17 +44,7 @@ END
// REGISTRY
//
-IDR_COMMANDEXECUTEIMPL REGISTRY "command_execute_impl.rgs"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
-
-STRINGTABLE
-BEGIN
- IDS_PROJNAME "DelegateExecute"
-END
+IDR_TESTDELEGATEEXECUTE REGISTRY "test_registrar.rgs"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698