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

Unified Diff: mash/quick_launch/quick_launch_application.cc

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « mash/quick_launch/manifest.json ('k') | mash/screenlock/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/quick_launch_application.cc
diff --git a/mash/quick_launch/quick_launch_application.cc b/mash/quick_launch/quick_launch_application.cc
index a5cf6e80c6ec9693511cc17f50de29197aba152c..85bd51d0521b538697439064c24fbe3f4008ceb7 100644
--- a/mash/quick_launch/quick_launch_application.cc
+++ b/mash/quick_launch/quick_launch_application.cc
@@ -125,7 +125,7 @@ class QuickLaunchUI : public views::WidgetDelegateView,
void UpdateEntries() {
catalog_->GetEntriesProvidingClass(
- "launchable",
+ "mash:launchable",
base::Bind(&QuickLaunchUI::OnGotCatalogEntries,
base::Unretained(this)));
}
« no previous file with comments | « mash/quick_launch/manifest.json ('k') | mash/screenlock/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698