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

Unified Diff: chrome/common/chrome_constants.h

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the key registration code from chrome_elf for the code path taken by the child process loggi… Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_constants.h
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 49c3819e74bcae9e4e58b6b9ef3fffd0868269f4..35ac7cd4850cfe9ef8d5856030f449e480fb7f8d 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -32,7 +32,7 @@ extern const base::FilePath::CharType kFrameworkName[];
#endif // OS_MACOSX
#if defined(OS_WIN)
extern const base::FilePath::CharType kBrowserResourcesDll[];
-extern const base::FilePath::CharType kMetroDriverDll[];
+extern const base::FilePath::CharType kChromeElfDllName[];
extern const base::FilePath::CharType kStatusTrayWindowClass[];
#endif // defined(OS_WIN)
@@ -97,13 +97,6 @@ extern const int kLowestRendererOomScore;
extern const int kHighestRendererOomScore;
#endif
-#if defined(OS_WIN)
-// Used by Metro Chrome to initiate navigation and search requests.
-extern const wchar_t kMetroNavigationAndSearchMessage[];
-// Used by Metro Chrome to get information about the current tab.
-extern const wchar_t kMetroGetCurrentTabInfoMessage[];
-#endif
-
#if defined(OS_CHROMEOS)
// Chrome OS profile directories have custom prefix.
// Profile path format: [user_data_dir]/u-[$hash]

Powered by Google App Engine
This is Rietveld 408576698