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

Side by Side Diff: chrome/installer/util/chromium_binaries_distribution.cc

Issue 10916018: Force COM machinery to notice that the path to the DelegateExecute verb handler has changed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed robert's comments Created 8 years, 3 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
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 // This file declares a class that contains various method related to branding. 5 // This file declares a class that contains various method related to branding.
6 6
7 #include "chrome/installer/util/google_chrome_binaries_distribution.h" 7 #include "chrome/installer/util/google_chrome_binaries_distribution.h"
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 int ChromiumBinariesDistribution::GetIconIndex() { 96 int ChromiumBinariesDistribution::GetIconIndex() {
97 NOTREACHED(); 97 NOTREACHED();
98 return 0; 98 return 0;
99 } 99 }
100 100
101 bool ChromiumBinariesDistribution::GetChromeChannel(string16* channel) { 101 bool ChromiumBinariesDistribution::GetChromeChannel(string16* channel) {
102 NOTREACHED(); 102 NOTREACHED();
103 return false; 103 return false;
104 } 104 }
105
106 bool ChromiumBinariesDistribution::GetDelegateExecuteHandlerData(
107 string16* handler_class_uuid,
108 string16* type_lib_uuid,
109 string16* type_lib_version,
110 string16* interface_uuid) {
111 return false;
112 }
OLDNEW
« no previous file with comments | « chrome/installer/util/chromium_binaries_distribution.h ('k') | chrome/installer/util/work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698