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

Side by Side Diff: chrome/common/chrome_constants.h

Issue 6201005: Initial support for partitioning cookies for isolated apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 28 matching lines...) Expand all
39 39
40 // filenames 40 // filenames
41 extern const FilePath::CharType kArchivedHistoryFilename[]; 41 extern const FilePath::CharType kArchivedHistoryFilename[];
42 extern const FilePath::CharType kCacheDirname[]; 42 extern const FilePath::CharType kCacheDirname[];
43 extern const FilePath::CharType kMediaCacheDirname[]; 43 extern const FilePath::CharType kMediaCacheDirname[];
44 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 44 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
45 extern const FilePath::CharType kAppCacheDirname[]; 45 extern const FilePath::CharType kAppCacheDirname[];
46 extern const FilePath::CharType kThemePackFilename[]; 46 extern const FilePath::CharType kThemePackFilename[];
47 extern const FilePath::CharType kCookieFilename[]; 47 extern const FilePath::CharType kCookieFilename[];
48 extern const FilePath::CharType kExtensionsCookieFilename[]; 48 extern const FilePath::CharType kExtensionsCookieFilename[];
49 extern const FilePath::CharType kIsolatedAppStateDirname[];
49 extern const FilePath::CharType kFaviconsFilename[]; 50 extern const FilePath::CharType kFaviconsFilename[];
50 extern const FilePath::CharType kHistoryFilename[]; 51 extern const FilePath::CharType kHistoryFilename[];
51 extern const FilePath::CharType kLocalStateFilename[]; 52 extern const FilePath::CharType kLocalStateFilename[];
52 extern const FilePath::CharType kPreferencesFilename[]; 53 extern const FilePath::CharType kPreferencesFilename[];
53 extern const FilePath::CharType kSafeBrowsingBaseFilename[]; 54 extern const FilePath::CharType kSafeBrowsingBaseFilename[];
54 extern const FilePath::CharType kSafeBrowsingPhishingModelFilename[]; 55 extern const FilePath::CharType kSafeBrowsingPhishingModelFilename[];
55 extern const FilePath::CharType kSingletonCookieFilename[]; 56 extern const FilePath::CharType kSingletonCookieFilename[];
56 extern const FilePath::CharType kSingletonSocketFilename[]; 57 extern const FilePath::CharType kSingletonSocketFilename[];
57 extern const FilePath::CharType kSingletonLockFilename[]; 58 extern const FilePath::CharType kSingletonLockFilename[];
58 extern const FilePath::CharType kThumbnailsFilename[]; 59 extern const FilePath::CharType kThumbnailsFilename[];
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 96
96 // If another javascript message box is displayed within 97 // If another javascript message box is displayed within
97 // kJavascriptMessageExpectedDelay of a previous javascript message box being 98 // kJavascriptMessageExpectedDelay of a previous javascript message box being
98 // dismissed, display an option to suppress future message boxes from this 99 // dismissed, display an option to suppress future message boxes from this
99 // contents. 100 // contents.
100 extern const int kJavascriptMessageExpectedDelay; 101 extern const int kJavascriptMessageExpectedDelay;
101 102
102 } // namespace chrome 103 } // namespace chrome
103 104
104 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 105 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698