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

Unified Diff: third_party/WebKit/Source/wtf/text/AtomicString.h

Issue 2463703002: Optimize KURL protocols (Closed)
Patch Set: simplify Created 4 years, 1 month 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: third_party/WebKit/Source/wtf/text/AtomicString.h
diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h
index 9fc2eb654dd113d4e645d2047b90b72d19d190b4..f440d267e1e0cdd7beb2eb8fc6e16033c725a7af 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicString.h
+++ b/third_party/WebKit/Source/wtf/text/AtomicString.h
@@ -277,6 +277,8 @@ WTF_EXPORT extern const AtomicString& starAtom;
WTF_EXPORT extern const AtomicString& xmlAtom;
WTF_EXPORT extern const AtomicString& xmlnsAtom;
WTF_EXPORT extern const AtomicString& xlinkAtom;
+WTF_EXPORT extern const AtomicString& httpAtom;
+WTF_EXPORT extern const AtomicString& httpsAtom;
// AtomicStringHash is the default hash for AtomicString
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698