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

Unified Diff: chrome/common/url_constants.h

Issue 580023003: Rename the drive: scheme with the externalfile: scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index b917307e148301f343dc14565f00f6de68dabd01..1fbe4b2992be1a6f09fa94a150c454aba71cca88 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -520,7 +520,7 @@ extern const char kChromeSearchMostVisitedUrl[];
#if defined(OS_CHROMEOS)
extern const char kCrosScheme[];
-extern const char kDriveScheme[];
+extern const char kExternalFileScheme[];
#endif
// "Learn more" URL for the Cloud Print section under Options.

Powered by Google App Engine
This is Rietveld 408576698