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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.js

Issue 2688513005: cros: Open play store app for md-settings stylus "Find more apps" link (Closed)
Patch Set: Created 3 years, 10 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/resources/settings/device_page/stylus.js
diff --git a/chrome/browser/resources/settings/device_page/stylus.js b/chrome/browser/resources/settings/device_page/stylus.js
index d04fc94845ed0db65b52637e853d203f4df22cd1..8e5773d850e7269ee643a3584f22c5fa708b60c1 100644
--- a/chrome/browser/resources/settings/device_page/stylus.js
+++ b/chrome/browser/resources/settings/device_page/stylus.js
@@ -89,6 +89,6 @@ Polymer({
/** @private */
onFindAppsTap_: function() {
- window.open(FIND_MORE_APPS_URL);
+ this.browserProxy_.showPlayStore(FIND_MORE_APPS_URL);
},
});

Powered by Google App Engine
This is Rietveld 408576698