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

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

Issue 2484413002: Enhance chrome.app.window API with title property
Patch Set: Rebase Created 4 years, 1 month 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_mus.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
index dba29df5f7e56995f12f74ec1c5a03f4ce3ced2f..f1018172c5c89402cb77d604ad157a528387338c 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h
@@ -80,6 +80,7 @@ class ChromeLauncherControllerMus : public ChromeLauncherController {
void OnUserProfileReadyToSwitch(Profile* profile) override;
ArcAppDeferredLauncherController* GetArcDeferredLauncher() override;
const std::string& GetLaunchIDForShelfID(ash::ShelfID id) override;
+ const std::string& GetTitleForShelfID(ash::ShelfID id) override;
// AppIconLoaderDelegate:
void OnAppImageUpdated(const std::string& app_id,

Powered by Google App Engine
This is Rietveld 408576698