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

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

Issue 10790144: Revert 148046 - Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/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 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 string16 ChromiumBinariesDistribution::GetUninstallRegPath() { 83 string16 ChromiumBinariesDistribution::GetUninstallRegPath() {
84 NOTREACHED(); 84 NOTREACHED();
85 return string16(); 85 return string16();
86 } 86 }
87 87
88 string16 ChromiumBinariesDistribution::GetVersionKey() { 88 string16 ChromiumBinariesDistribution::GetVersionKey() {
89 return string16(L"Software\\").append(kChromiumBinariesName); 89 return string16(L"Software\\").append(kChromiumBinariesName);
90 } 90 }
91 91
92 bool ChromiumBinariesDistribution::CanSetAsDefault() { 92 bool ChromiumBinariesDistribution::CanSetAsDefault() {
93 NOTREACHED();
94 return false; 93 return false;
95 } 94 }
96 95
97 int ChromiumBinariesDistribution::GetIconIndex() { 96 int ChromiumBinariesDistribution::GetIconIndex() {
98 NOTREACHED(); 97 NOTREACHED();
99 return 0; 98 return 0;
100 } 99 }
101 100
102 bool ChromiumBinariesDistribution::GetChromeChannel(string16* channel) { 101 bool ChromiumBinariesDistribution::GetChromeChannel(string16* channel) {
103 NOTREACHED(); 102 NOTREACHED();
104 return false; 103 return false;
105 } 104 }
OLDNEW
« no previous file with comments | « chrome/installer/util/chrome_frame_operations.cc ('k') | chrome/installer/util/installation_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698