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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines switches used to control Extension behaviour, 5 // This features file defines switches used to control Extension behaviour,
6 // typically whitelist configuration. 6 // typically whitelist configuration.
7 // 7 //
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 // 10 //
(...skipping 29 matching lines...) Expand all
40 "whitelist": [ 40 "whitelist": [
41 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E", // http://crbug.com/505879 41 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E", // http://crbug.com/505879
42 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/505879 42 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/505879
43 "A45DABDB47A31CC812E5490AB748C7D05E2D32E9", // http://crbug.com/505879 43 "A45DABDB47A31CC812E5490AB748C7D05E2D32E9", // http://crbug.com/505879
44 "BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA", // http://crbug.com/505879 44 "BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA", // http://crbug.com/505879
45 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/505879 45 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/505879
46 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/505879 46 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/505879
47 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879 47 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/505879
48 "FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879 48 "FA01E0B81978950F2BC5A50512FD769725F57510" // http://crbug.com/505879
49 ] 49 ]
50 },
51 "zoom_without_bubble": {
52 "channel": "stable",
53 "extension_types": "all",
54 "whitelist": [
55 "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.
56 ]
50 } 57 }
51 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698