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

Unified Diff: remoting/host/win/elevated_controller.idl

Issue 10837087: [Chromoting] Auto-generate CLSID of the daemon controller at GYP time. This makes sure that a fresh… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: remoting/host/win/elevated_controller.idl
diff --git a/remoting/host/win/elevated_controller.idl b/remoting/host/win/elevated_controller.idl
index 590b8ddd903d63cfb73c7cdd353ede2c3676ceea..74519a33f749295860ac0150e1adc9b702bcfddc 100644
--- a/remoting/host/win/elevated_controller.idl
+++ b/remoting/host/win/elevated_controller.idl
@@ -73,7 +73,7 @@ library ChromotingElevatedControllerLib {
importlib("stdole2.tlb");
[
- uuid(430a9403-8176-4733-afdc-0b325a8fda84),
+ uuid(DAEMON_CONTROLLER_CLSID),
helpstring("ElevatedController Class")
]
coclass ElevatedController {

Powered by Google App Engine
This is Rietveld 408576698