| Index: chrome/installer/util/google_chrome_sxs_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| index cd5c039591a984fd313a2aee721e143d33f7da3b..77ff417392ea30504c3cde48872d423dde97a23a 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -27,6 +27,10 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
|
| virtual bool CanSetAsDefault() OVERRIDE;
|
| virtual int GetIconIndex() OVERRIDE;
|
| virtual bool GetChromeChannel(std::wstring* channel) OVERRIDE;
|
| + virtual bool GetDelegateExecuteHandlerData(string16* handler_class_uuid,
|
| + string16* type_lib_uuid,
|
| + string16* type_lib_version,
|
| + string16* interface_uuid) OVERRIDE;
|
| // returns the channel name for GoogleChromeSxSDistribution
|
| static std::wstring ChannelName();
|
| private:
|
|
|