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

Unified Diff: ceee/ie/common/ceee_util.h

Issue 5254012: Always use persistent profile for CF+CEEE installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to head, address Amit's nit Created 10 years, 1 month 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 | « no previous file | ceee/ie/common/ceee_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/common/ceee_util.h
diff --git a/ceee/ie/common/ceee_util.h b/ceee/ie/common/ceee_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..36654fa259b7bb8db862de07a7829b1c6d21b9fe
--- /dev/null
+++ b/ceee/ie/common/ceee_util.h
@@ -0,0 +1,17 @@
+// Copyright (c) 2010 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.
+//
+// Utility functions for CEEE.
+
+#ifndef CEEE_IE_COMMON_CEEE_UTIL_H_
+#define CEEE_IE_COMMON_CEEE_UTIL_H_
+
+namespace ceee_util {
+
+// Returns true iff the IE CEEE is registered.
+bool IsIeCeeeRegistered();
+
+} // namespace ceee_util
+
+#endif // CEEE_IE_COMMON_CEEE_UTIL_H_
« no previous file with comments | « no previous file | ceee/ie/common/ceee_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698