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

Unified Diff: chrome/browser/dom_ui/app_launcher_handler.cc

Issue 1705011: fix linux build (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/app_launcher_handler.cc
diff --git a/chrome/browser/dom_ui/app_launcher_handler.cc b/chrome/browser/dom_ui/app_launcher_handler.cc
index 7112dad32c89f2551e72d26dd797e873b9915658..4854e646bbaed16bce1066b8492759070e8c5e04 100644
--- a/chrome/browser/dom_ui/app_launcher_handler.cc
+++ b/chrome/browser/dom_ui/app_launcher_handler.cc
@@ -130,7 +130,7 @@ void AppLauncherHandler::HandleLaunchApp(const Value* value) {
extensions_service_->GetExtensionById(extension_id, false);
DCHECK(extension);
- Extension::LaunchContainer container;
+ Extension::LaunchContainer container = Extension::LAUNCH_TAB;
if (launch_container == "tab")
container = Extension::LAUNCH_TAB;
else if (launch_container == "panel")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698