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

Unified Diff: chrome/browser/ui/extensions/application_launch.cc

Issue 17038002: Separate the NTP app ordering from the app list app ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | « chrome/browser/ui/app_list/search/webstore/webstore_result.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/application_launch.cc
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
index 56abb7757ccc18ecfee15ddc51f50c19aecfa101..24ba2af1cf43a017ae390b1461f7268ca81de1b1 100644
--- a/chrome/browser/ui/extensions/application_launch.cc
+++ b/chrome/browser/ui/extensions/application_launch.cc
@@ -120,6 +120,7 @@ WebContents* OpenApplicationWindow(
Browser** app_browser,
const gfx::Rect& override_bounds) {
DCHECK(!url_input.is_empty() || extension);
+ LOG(ERROR) << "OpenApplicationWindow";
stevenjb 2013/10/08 18:10:08 VLOG
GURL url = UrlForExtension(extension, url_input);
std::string app_name;
@@ -205,6 +206,7 @@ WebContents* OpenApplicationTab(Profile* profile,
ExtensionPrefs::LaunchType launch_type =
extension_service->extension_prefs()->GetLaunchType(
extension, ExtensionPrefs::LAUNCH_DEFAULT);
+ LOG(ERROR) << "LaunchType:" << launch_type;
stevenjb 2013/10/08 18:10:08 VLOG
UMA_HISTOGRAM_ENUMERATION("Extensions.AppTabLaunchType", launch_type, 100);
int add_type = TabStripModel::ADD_ACTIVE;
« no previous file with comments | « chrome/browser/ui/app_list/search/webstore/webstore_result.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698