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

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

Issue 22887015: Remove PerBrowser launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index 631a66fb5d8893ad5dd1eea4129d3acb3b51ed49..f8706bae1508bcf81b8483b25fc8479a99d739b9 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -45,7 +45,7 @@ class LauncherItemController {
ash::LauncherID launcher_id() const { return launcher_id_; }
void set_launcher_id(ash::LauncherID id) { launcher_id_ = id; }
virtual const std::string& app_id() const;
- ChromeLauncherController* launcher_controller() {
+ ChromeLauncherController* launcher_controller() const {
James Cook 2013/08/19 22:32:38 we don't usually use "const" for accessor function
simonhong_ 2013/08/20 01:11:20 How about adding a const version of launcher_contr
return launcher_controller_;
}

Powered by Google App Engine
This is Rietveld 408576698