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

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

Issue 345021: Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/install_util.h
===================================================================
--- chrome/installer/util/install_util.h (revision 30960)
+++ chrome/installer/util/install_util.h (working copy)
@@ -55,6 +55,10 @@
// Program Files).
static bool IsPerUserInstall(const wchar_t* const exe_path);
+ // Returns true if this is a Chrome Frame installation (as indicated by the
+ // presence of --chrome-frame on the command line).
+ static bool IsChromeFrameProcess();
+
// Adds all DLLs in install_path whose names are given by dll_names to a
// work item list containing registration or unregistration actions.
//

Powered by Google App Engine
This is Rietveld 408576698