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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h

Issue 2769323002: mash: Update shelf pin prefs in ShelfModelObserver overrides. (Closed)
Patch Set: Use ScopedPinSyncDisabler name suggestion. Created 3 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/ui/ash/launcher/chrome_launcher_controller_impl.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
index 95de7dce5a6abb9900406e928c3c5ac8ef62339e..09a9302151627342c67387a70e0379733cb3986e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
@@ -300,9 +300,6 @@ class ChromeLauncherControllerImpl
std::unique_ptr<ArcAppDeferredLauncherController> arc_deferred_launcher_;
- // If true, incoming pinned state changes should be ignored.
- bool ignore_persist_pinned_state_change_ = false;
-
// The list of running & un-pinned applications for different users on hidden
// desktops.
typedef std::vector<std::string> RunningAppListIds;

Powered by Google App Engine
This is Rietveld 408576698