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

Unified Diff: content/public/renderer/android_content_detection_prefixes.h

Issue 2803163002: Move address parser and prefixes to android_webview/. (Closed)
Patch Set: Bring back ContentViewStatics import Created 3 years, 8 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
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/public/renderer/android_content_detection_prefixes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/android_content_detection_prefixes.h
diff --git a/content/public/renderer/android_content_detection_prefixes.h b/content/public/renderer/android_content_detection_prefixes.h
deleted file mode 100644
index 76e397bf726fdbdd8de5621b2b75bb50b81569cd..0000000000000000000000000000000000000000
--- a/content/public/renderer/android_content_detection_prefixes.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_PUBLIC_RENDERER_ANDROID_CONTENT_DETECTION_PREFIXES_H_
-#define CONTENT_PUBLIC_RENDERER_ANDROID_CONTENT_DETECTION_PREFIXES_H_
-
-#include "content/common/content_export.h"
-
-namespace content {
-
-// Android intent url prefixes for content detection.
-// Note that these do not work with GURL::SchemeIs.
-CONTENT_EXPORT extern const char kAddressPrefix[];
-CONTENT_EXPORT extern const char kEmailPrefix[];
-CONTENT_EXPORT extern const char kPhoneNumberPrefix[];
-
-} // namespace content
-
-#endif // CONTENT_PUBLIC_RENDERER_ANDROID_CONTENT_DETECTION_PREFIXES_H_
-
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/public/renderer/android_content_detection_prefixes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698