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

Unified Diff: chrome/tools/disable_outdated_build_detector/constants.h

Issue 2236843002: Do not rely on identical string constants having distinct pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/tools/disable_outdated_build_detector/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/disable_outdated_build_detector/constants.h
diff --git a/chrome/tools/disable_outdated_build_detector/constants.h b/chrome/tools/disable_outdated_build_detector/constants.h
index 30b6eac82df9f7833471dcca60eeab87647434b0..be5085e22bbf3f323da8976fc4e6693a0d119841 100644
--- a/chrome/tools/disable_outdated_build_detector/constants.h
+++ b/chrome/tools/disable_outdated_build_detector/constants.h
@@ -20,9 +20,6 @@ extern const char kGoogleUpdateIsMachine[];
} // namespace env
-extern const wchar_t kChromeAppGuid[];
-extern const wchar_t kBinariesAppGuid[];
-
extern const wchar_t kAOHY[];
extern const wchar_t kBrand[];
extern const wchar_t kInstallerResult[];
« no previous file with comments | « no previous file | chrome/tools/disable_outdated_build_detector/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698