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

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: Remove spurious '33' from .gyp file. 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
« no previous file with comments | « ceee/ie/plugin/bho/bho.gyp ('k') | ceee/ie/plugin/scripting/script_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8fc6584a4b2ae3bd8bb7182993f23f2d83e19544..c568108ad25f269a798eddea012e06094a8e7df2 100644
--- a/ceee/ie/plugin/bho/browser_helper_object.h
+++ b/ceee/ie/plugin/bho/browser_helper_object.h
@@ -34,6 +34,7 @@
#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
@@ -56,7 +57,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)
« no previous file with comments | « ceee/ie/plugin/bho/bho.gyp ('k') | ceee/ie/plugin/scripting/script_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698