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

Unified Diff: ceee/ie/plugin/bho/browser_helper_object.h

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chrome->Chromium Created 10 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: ceee/ie/plugin/bho/browser_helper_object.h
diff --git a/ceee/ie/plugin/bho/browser_helper_object.h b/ceee/ie/plugin/bho/browser_helper_object.h
index 074ee845467ca27ff3678cdeedc625711b6c7dd3..eabfe23d2fa9d312ed78bc59bd6c9fb62fe28d44 100644
--- a/ceee/ie/plugin/bho/browser_helper_object.h
+++ b/ceee/ie/plugin/bho/browser_helper_object.h
@@ -33,8 +33,10 @@
#include "ceee/ie/plugin/scripting/userscripts_librarian.h"
#include "ceee/ie/plugin/scripting/content_script_native_api.h"
#include "ceee/ie/plugin/toolband/resource.h"
+
#include "broker_lib.h" // NOLINT
#include "toolband.h" // NOLINT
+#include "version.h" // NOLINT
// Implementation of an IE browser helper object.
class ATL_NO_VTABLE BrowserHelperObject
@@ -54,7 +56,7 @@ class ATL_NO_VTABLE BrowserHelperObject
DECLARE_REGISTRY_RESOURCEID_EX(IDR_BROWSERHELPEROBJECT)
BEGIN_REGISTRY_MAP(BrowserHelperObject)
REGMAP_UUID("CLSID", CLSID_BrowserHelperObject)
- REGMAP_RESOURCE("NAME", IDS_CEEE_NAME)
+ REGMAP_RESOURCE("NAME", IDS_CEEE_BHO_NAME)
END_REGISTRY_MAP()
DECLARE_NOT_AGGREGATABLE(BrowserHelperObject)

Powered by Google App Engine
This is Rietveld 408576698