Commit 47f3a131 authored by creis@chromium.org's avatar creis@chromium.org

Remove unused kOffTheRecordMediaCacheDirname constant.

BUG=143448
TEST=none


Review URL: https://chromiumcodereview.appspot.com/10828371

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152459 0039d316-1c4b-4281-b951-d872f2087c98
parent 144fabf2
......@@ -148,8 +148,6 @@ const FilePath::CharType kManagedModePolicyFilename[] =
const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
const FilePath::CharType kNewTabThumbnailsFilename[] = FPL("Top Thumbnails");
const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
const FilePath::CharType kOffTheRecordMediaCacheDirname[] =
FPL("Incognito Media Cache");
const FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
const FilePath::CharType kReadmeFilename[] = FPL("README");
const FilePath::CharType kSafeBrowsingBaseFilename[] = FPL("Safe Browsing");
......
......@@ -73,7 +73,6 @@ extern const FilePath::CharType kManagedModePolicyFilename[];
extern const FilePath::CharType kMediaCacheDirname[];
extern const FilePath::CharType kNewTabThumbnailsFilename[];
extern const FilePath::CharType kOBCertFilename[];
extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
extern const FilePath::CharType kPreferencesFilename[];
extern const FilePath::CharType kReadmeFilename[];
extern const FilePath::CharType kSafeBrowsingBaseFilename[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment