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

Unified Diff: constants.h

Issue 553016: port to use centralized constants files, and add input validation (Closed)
Patch Set: address shell injection, otehr comments (per wad) Created 10 years, 11 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 | « Makefile ('k') | constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: constants.h
diff --git a/constants.h b/constants.h
deleted file mode 100644
index cc0e89ecf71d367333c7881bd716733b67b69a5b..0000000000000000000000000000000000000000
--- a/constants.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2010 The Chromium OS 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 LOGIN_MANAGER_CONSTANTS_H_
-#define LOGIN_MANAGER_CONSTANTS_H_
-
-namespace login_manager {
-extern const char *kSessionManagerInterface;
-extern const char *kSessionManagerServicePath;
-extern const char *kSessionManagerServiceName;
-} // namespace login_manager
-
-#endif // LOGIN_MANAGER_CONSTANTS_H_
« no previous file with comments | « Makefile ('k') | constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698