| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 652baef7291f22e3b7bccb495e2bf18fe4472f92..7b7eff7d55081c772e41c9dc2d133de9f042caeb 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -14,7 +14,7 @@ namespace chrome {
|
|
|
| #if defined(OS_CHROMEOS)
|
| const char kCrosScheme[] = "cros";
|
| -const char kDriveScheme[] = "drive";
|
| +const char kExternalFileScheme[] = "externalfile";
|
| #endif
|
|
|
| // Add Chrome UI URLs as necessary, in alphabetical order.
|
|
|