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

Unified Diff: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.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/app_shortcut_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
index 519b955f2fdd2c3b6c3a0b14372f25a12a1cb199..6ab24d480193dd6316e7174f90e78033de0acae5 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
@@ -32,6 +32,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
static AppShortcutLauncherItemController* Create(
const std::string& app_id,
const std::string& launch_id,
+ const std::string& title,
ChromeLauncherController* controller);
std::vector<content::WebContents*> GetRunningApplications();
@@ -62,6 +63,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
protected:
AppShortcutLauncherItemController(const std::string& app_id,
const std::string& launch_id,
+ const std::string& title,
ChromeLauncherController* controller);
private:

Powered by Google App Engine
This is Rietveld 408576698