| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 5f438787c0c7d3f54e238e5c12169232b1446119..dd516bb31229ee93d99cae4cfb950c69f3be26d4 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -257,6 +257,8 @@ const char kChromeUIWrenchMenu[] = "wrench-menu";
|
|
|
| const char kEULAPathFormat[] = "/usr/share/chromeos-assets/eula/%s/eula.html";
|
| const char kOemEulaURLPath[] = "oem";
|
| +const char kOnlineEulaURLPath[] =
|
| + "https://www.google.com/intl/%s/chrome/eula_text.html";
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
|
|