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

Unified Diff: chrome/browser/extensions/extensions_ui.cc

Issue 42435: Implement default css for toolstrips. (Closed)
Patch Set: Fix crash Created 11 years, 9 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/browser/extensions/extensions_ui.cc
diff --git a/chrome/browser/extensions/extensions_ui.cc b/chrome/browser/extensions/extensions_ui.cc
index ee273dc286c3d884edcd526ca39457b8e41a7a07..34658d83ca2ea7a53ecdc2cad7695aa1fac6a393 100644
--- a/chrome/browser/extensions/extensions_ui.cc
+++ b/chrome/browser/extensions/extensions_ui.cc
@@ -36,7 +36,7 @@ void ExtensionsUIHTMLSource::StartDataRequest(const std::string& path,
static const StringPiece extensions_html(
ResourceBundle::GetSharedInstance().GetRawDataResource(
- IDR_EXTENSIONS_HTML));
+ IDR_EXTENSIONS_UI_HTML));
const std::string full_html = jstemplate_builder::GetTemplateHtml(
extensions_html, &localized_strings, "root");

Powered by Google App Engine
This is Rietveld 408576698