app_shortcut_launcher_item_controller.h | 57 const GURL& refocus_url() const { return refocus_url_; } 59 void set_refocus_url(const GURL& refocus_url) { refocus_url_ = refocus_url; } 88 GURL refocus_url_; member in class:AppShortcutLauncherItemController
|