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

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

Issue 568823003: Merge Android RetrieveWebappInformation and Extensions GetApplicationInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_manager_content
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_tests_unit.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 // Legacy profile dir that was used when only one cryptohome has been mounted. 160 // Legacy profile dir that was used when only one cryptohome has been mounted.
161 extern const char kLegacyProfileDir[]; 161 extern const char kLegacyProfileDir[];
162 162
163 // This must be kept in sync with TestingProfile::kTestUserProfileDir. 163 // This must be kept in sync with TestingProfile::kTestUserProfileDir.
164 extern const char kTestUserProfileDir[]; 164 extern const char kTestUserProfileDir[];
165 #endif 165 #endif
166 166
167 // Used to identify the application to the system AV function in Windows. 167 // Used to identify the application to the system AV function in Windows.
168 extern const char kApplicationClientIDStringForAVScanning[]; 168 extern const char kApplicationClientIDStringForAVScanning[];
169 169
170 #if defined(OS_ANDROID)
171 // The largest reasonable length we'd assume for a meta tag attribute. 170 // The largest reasonable length we'd assume for a meta tag attribute.
172 extern const size_t kMaxMetaTagAttributeLength; 171 extern const size_t kMaxMetaTagAttributeLength;
173 #endif
174 172
175 } // namespace chrome 173 } // namespace chrome
176 174
177 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 175 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698