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

Unified Diff: ios/chrome/common/physical_web/physical_web_types.mm

Issue 2023833002: [iOS] Upstream physical web classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment about limiting the dependencies Created 4 years, 7 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 | « ios/chrome/common/physical_web/physical_web_types.h ('k') | ios/ios.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/physical_web/physical_web_types.mm
diff --git a/ios/chrome/common/physical_web/physical_web_types.mm b/ios/chrome/common/physical_web/physical_web_types.mm
new file mode 100644
index 0000000000000000000000000000000000000000..c4b9a1a8d11f1750b4f0ffe01d443c5a9ff9be0d
--- /dev/null
+++ b/ios/chrome/common/physical_web/physical_web_types.mm
@@ -0,0 +1,13 @@
+// Copyright 2015 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.
+
+#import "ios/chrome/common/physical_web/physical_web_types.h"
+
+namespace physical_web {
+
+NSString* const kPhysicalWebErrorDomain = @"kPhysicalWebErrorDomain";
+
+const double kMaxRank = 1000.0;
+
+} // namespace physical_web
« no previous file with comments | « ios/chrome/common/physical_web/physical_web_types.h ('k') | ios/ios.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698