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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ceee/ie/common/ceee_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // Utility functions for CEEE.
6
7 #ifndef CEEE_IE_COMMON_CEEE_UTIL_H_
8 #define CEEE_IE_COMMON_CEEE_UTIL_H_
9
10 namespace ceee_util {
11
12 // Returns true iff the IE CEEE is registered.
13 bool IsIeCeeeRegistered();
14
15 } // namespace ceee_util
16
17 #endif // CEEE_IE_COMMON_CEEE_UTIL_H_
OLDNEW
« 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