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

Unified Diff: blimp/helium/errors.h

Issue 2602103002: Delete blimp/helium and remove references to it from dependent targets (Closed)
Patch Set: . Created 4 years 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 | « blimp/helium/compound_syncable_unittest.cc ('k') | blimp/helium/helium_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/errors.h
diff --git a/blimp/helium/errors.h b/blimp/helium/errors.h
deleted file mode 100644
index 969f9147cced841a93deb9adcc7aa623d5cfa1cf..0000000000000000000000000000000000000000
--- a/blimp/helium/errors.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2016 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.
-
-// This file intentionally does not have header guards, it's included
-// inside a macro to generate enum values.
-
-// The operation could not be performed because the connection to the peer was
-// lost.
-HELIUM_ERROR(DISCONNECTED, 1)
-
-// The remote end provided data which is not compliant with the protocol.
-HELIUM_ERROR(PROTOCOL_ERROR, 2)
« no previous file with comments | « blimp/helium/compound_syncable_unittest.cc ('k') | blimp/helium/helium_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698