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

Unified Diff: chrome/installer/util/util_constants.h

Issue 14031025: Implementing unified Chrome / App Launcher flow, and migrating old stand-alone App Launcher. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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/installer/util/util_constants.h
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index bb7b6935c3a33c8db1d1fcf4a59cdb33270975a7..24788120dbdc8bd77620149a0815a24d0b72a8c4 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -180,7 +180,7 @@ extern const char kToastResultsKey[];
} // namespace switches
extern const wchar_t kActiveSetupExe[];
-extern const wchar_t kChromeAppHostExe[];
+extern const wchar_t kChromeAppHostExe[]; // Legacy.
extern const wchar_t kChromeDll[];
extern const wchar_t kChromeExe[];
extern const wchar_t kChromeFrameDll[];

Powered by Google App Engine
This is Rietveld 408576698