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

Unified Diff: content/public/common/url_constants.h

Issue 2604243002: Add Physical Web omnibox support for Android (Closed)
Patch Set: Remove new constant Created 3 years, 11 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: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 9e51257ae05789592564a531bd45706f5dfb164c..78c376fa18e04bb6447f7c65c4980aa417df8031 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -14,7 +14,7 @@
namespace content {
// Canonical schemes you can use as input to GURL.SchemeIs().
-// TODO(jam): some of these don't below in the content layer, but are accessed
+// TODO(jam): some of these don't belong in the content layer, but are accessed
// from there.
CONTENT_EXPORT extern const char kChromeDevToolsScheme[];
CONTENT_EXPORT extern const char kChromeUIScheme[]; // Used for WebUIs.

Powered by Google App Engine
This is Rietveld 408576698