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

Unified Diff: ash/shell/launcher_delegate_impl.cc

Issue 24076002: Disallowing shelf changes via drag & drop if the enterprise profile does not allow changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « ash/shell/launcher_delegate_impl.h ('k') | ash/test/test_launcher_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/launcher_delegate_impl.cc
diff --git a/ash/shell/launcher_delegate_impl.cc b/ash/shell/launcher_delegate_impl.cc
index 1e14db88325974b54164456b85f7baeff9c5d988..44ef668f7fe535e8bf666495a1e1cb0679732102 100644
--- a/ash/shell/launcher_delegate_impl.cc
+++ b/ash/shell/launcher_delegate_impl.cc
@@ -87,6 +87,10 @@ bool LauncherDelegateImpl::IsAppPinned(const std::string& app_id) {
return false;
}
+bool LauncherDelegateImpl::CanPin() const {
+ return false;
James Cook 2013/09/09 23:14:09 Should this be "true"? I think this class is used
+}
+
void LauncherDelegateImpl::UnpinAppWithID(const std::string& app_id) {
}
« no previous file with comments | « ash/shell/launcher_delegate_impl.h ('k') | ash/test/test_launcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698