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

Unified Diff: sky/viewer/platform/net_constants.h

Issue 959773005: Share sky::PlatformImpl bettween sky_viewer and SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/viewer/document_view.cc ('k') | sky/viewer/platform/platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/net_constants.h
diff --git a/sky/viewer/platform/net_constants.h b/sky/viewer/platform/net_constants.h
deleted file mode 100644
index 15a22704450d9ce1f4e30a0787c88c4a492df076..0000000000000000000000000000000000000000
--- a/sky/viewer/platform/net_constants.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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.
-
-#ifndef SKY_VIEWER_PLATFORM_NET_CONSTANTS_H_
-#define SKY_VIEWER_PLATFORM_NET_CONSTANTS_H_
-
-namespace sky {
-// This corresponds to ERR_ABORTED in net/base/net_error_list.h.
-// TODO(ppi): declare an enum in the network service mojom so that the clients
-// don't need to hard-code these values.
-const int32_t kNetErrorAborted = -3;
-
-const char kNetErrorDomain[] = "net";
-} // namespace sky
-#endif // SKY_VIEWER_PLATFORM_NET_CONSTANTS_H_
« no previous file with comments | « sky/viewer/document_view.cc ('k') | sky/viewer/platform/platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698