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

Unified Diff: extensions/common/api/_behavior_features.json

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to check for valid client before early out. Created 5 years, 2 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: extensions/common/api/_behavior_features.json
diff --git a/extensions/common/api/_behavior_features.json b/extensions/common/api/_behavior_features.json
index d8965fe75668798899c80d55b0ed1168bcfad31d..45c354df32d7760f908c55140b0670b9ec3881a2 100644
--- a/extensions/common/api/_behavior_features.json
+++ b/extensions/common/api/_behavior_features.json
@@ -47,5 +47,12 @@
"B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879
"FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879
]
+ },
+ "zoom_without_bubble": {
+ "channel": "stable",
+ "extension_types": "all",
+ "whitelist": [
+ "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // pdf-viewer
Ken Rockot(use gerrit already) 2015/10/21 16:53:30 nit: Please replace this comment with a link to th
wjmaclean 2015/10/21 16:59:47 Done.
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698