Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / common / chrome_constants.cc
index 55bfcef..e412a9c 100644 (file)
@@ -151,11 +151,12 @@ const base::FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache");
 #endif
 const base::FilePath::CharType kArchivedHistoryFilename[] =
     FPL("Archived History");
-const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
 const base::FilePath::CharType kCacheDirname[] = FPL("Cache");
 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies");
 const base::FilePath::CharType kCRLSetFilename[] =
     FPL("Certificate Revocation Lists");
+const base::FilePath::CharType kCLDDataFilename[] =
+    FPL("cld2_data.bin");
 const base::FilePath::CharType kCustomDictionaryFileName[] =
     FPL("Custom Dictionary.txt");
 const base::FilePath::CharType kExtensionActivityLogFilename[] =
@@ -164,6 +165,7 @@ const base::FilePath::CharType kExtensionsCookieFilename[] =
     FPL("Extension Cookies");
 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
+const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
 const base::FilePath::CharType kHistoryFilename[] = FPL("History");
 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
@@ -176,6 +178,8 @@ const base::FilePath::CharType kNewTabThumbnailsFilename[] =
     FPL("Top Thumbnails");
 const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
+const base::FilePath::CharType kProtectedPreferencesFilename[] =
+    FPL("Protected Preferences");
 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
 const base::FilePath::CharType kResetPromptMementoFilename[] =
     FPL("Reset Prompt Memento");
@@ -239,8 +243,6 @@ const int kHighestRendererOomScore = 1000;
 #endif
 
 #if defined(OS_WIN)
-// This is used by chrome in Windows 8 metro mode.
-const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
 const wchar_t kMetroNavigationAndSearchMessage[] =
     L"CHROME_METRO_NAV_SEARCH_REQUEST";
 const wchar_t kMetroGetCurrentTabInfoMessage[] =
@@ -251,6 +253,7 @@ const wchar_t kLaunchModeValue[] = L"launch_mode";
 // This is used by breakpad and the metrics reporting.
 const wchar_t kBrowserCrashDumpAttemptsRegistryPath[] =
     L"Software\\" PRODUCT_STRING_PATH L"\\BrowserCrashDumpAttempts";
+const char kSafeModeEnvVar[] = "CHROME_SAFE_MODE";
 #endif
 
 #if defined(OS_CHROMEOS)
@@ -265,6 +268,10 @@ const char kTestUserProfileDir[] = "test-user";
 const char kApplicationClientIDStringForAVScanning[] =
     "2676A9A2-D919-4FEE-9187-152100393AB2";
 
+#if defined(OS_ANDROID)
+const size_t kMaxMetaTagAttributeLength = 2000;
+#endif
+
 }  // namespace chrome
 
 #undef FPL