Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
|
Sorin Jianu
2015/08/12 02:27:51
There is some context for why these files were cre
droger
2015/08/12 08:43:41
Done.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_ | |
| 6 #define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_ | |
| 7 | |
| 8 namespace component_updater { | |
| 9 | |
| 10 extern const char kUpdaterAltUrl[]; | |
| 11 extern const char kUpdaterDefaultUrl[]; | |
| 12 | |
| 13 } // namespace component_updater | |
| 14 | |
| 15 #endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_ | |
| OLD | NEW |