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

Side by Side 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: Rebased Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/win/elevated_controller.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 import "oaidl.idl"; 5 import "oaidl.idl";
6 import "ocidl.idl"; 6 import "ocidl.idl";
7 7
8 [ 8 [
9 object, 9 object,
10 uuid(e051a481-6345-4ba1-bdb1-cf7929955268), 10 uuid(e051a481-6345-4ba1-bdb1-cf7929955268),
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 [ 67 [
68 uuid(9d9a5a2c-576e-4acd-9c75-aabff74b205d), 68 uuid(9d9a5a2c-576e-4acd-9c75-aabff74b205d),
69 version(1.1), 69 version(1.1),
70 helpstring("Chromoting Elevated Controller 1.1 Type Library") 70 helpstring("Chromoting Elevated Controller 1.1 Type Library")
71 ] 71 ]
72 library ChromotingElevatedControllerLib { 72 library ChromotingElevatedControllerLib {
73 importlib("stdole2.tlb"); 73 importlib("stdole2.tlb");
74 74
75 [ 75 [
76 uuid(430a9403-8176-4733-afdc-0b325a8fda84), 76 uuid(DAEMON_CONTROLLER_CLSID),
77 helpstring("ElevatedController Class") 77 helpstring("ElevatedController Class")
78 ] 78 ]
79 coclass ElevatedController { 79 coclass ElevatedController {
80 [default] interface IDaemonControl2; 80 [default] interface IDaemonControl2;
81 }; 81 };
82 }; 82 };
OLDNEW
« no previous file with comments | « remoting/host/win/elevated_controller.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698