| 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 82bdaedab44c7cbd48df9e9ecb58cfd13f266214..47b33f15a62ab625f4927d90ed0971032c91722c 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
|
| @@ -41,8 +41,10 @@ class AppShortcutLauncherItemController : public LauncherItemController {
|
| virtual ChromeLauncherAppMenuItems* GetApplicationList() OVERRIDE;
|
| std::vector<content::WebContents*> GetRunningApplications();
|
|
|
| - // Stores the optional refocus url pattern for this item.
|
| + // Get the refocus url pattern, which can be used to identify this application
|
| + // from a URL link.
|
| const GURL& refocus_url() const { return refocus_url_; }
|
| + // Set the refocus url pattern. Used by unit tests.
|
| void set_refocus_url(const GURL& refocus_url) { refocus_url_ = refocus_url; }
|
|
|
| private:
|
|
|