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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.js

Issue 2686423002: MD Settings: improve play store learn more link position (Closed)
Patch Set: merge 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
« no previous file with comments | « chrome/browser/resources/settings/android_apps_page/android_apps_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/android_apps_page/android_apps_page.js
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.js b/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
index 9ac62e65b1321684e793b94a267472e80b927d7f..53128b7f70fd29c2ec19594d8a381209d536929b 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.js
@@ -100,4 +100,12 @@ Polymer({
/** @type {!SettingsCheckboxElement} */ (this.$.enabled).resetToPrefValue();
this.$.confirmDisableDialog.close();
},
+
+ /**
+ * @param {!Event} e
+ * @private
+ */
+ stopPropagation_: function(e) {
+ e.stopPropagation();
+ },
});
« no previous file with comments | « chrome/browser/resources/settings/android_apps_page/android_apps_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698