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

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: Test rebuilding patch from .diff file. 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
« no previous file with comments | « extensions/browser/extension_zoom_request_client.cc ('k') | extensions/common/features/behavior_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1bbcc513ed3d7fcb049a18fbf1990023cd940e59 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" // https://crbug.com/538252
+ ]
}
}
« no previous file with comments | « extensions/browser/extension_zoom_request_client.cc ('k') | extensions/common/features/behavior_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698