| Index: chrome/common/extensions/api/_permission_features.json
 | 
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
 | 
| index d51f5ffe933b567ce92524051d2c0f5353bc6b2e..6f46b8c179ebdcc771d068fa14e9ed09485aa5a4 100644
 | 
| --- a/chrome/common/extensions/api/_permission_features.json
 | 
| +++ b/chrome/common/extensions/api/_permission_features.json
 | 
| @@ -252,15 +252,18 @@
 | 
|      "channel": "stable",
 | 
|      "extension_types": ["extension", "packaged_app", "platform_app"],
 | 
|      "whitelist": [
 | 
| -      // The file manager is a component extension, and it can currently use
 | 
| -      // whitelisted interfaces without being on the corresponding whitelist.
 | 
| -      // Adding it to this whitelist documents its dependency, however, and also
 | 
| -      // doesn't hurt anything.
 | 
| +      // The file manager and Google Now are component extensions, and they can
 | 
| +      // currently use whitelisted interfaces without being on the corresponding
 | 
| +      // whitelist.
 | 
| +      // Adding it to this whitelist documents their dependency, however, and
 | 
| +      // also doesn't hurt anything.
 | 
|        "hhaomjibdihmijegdhdafkllkbggdgoj",  // File manager
 | 
|        "gbkeegbaiigmenfmjfclcdgdpimamgkj",  // Quickoffice
 | 
|        "ionpfmkccalenbmnddpbmocokhaknphg",  // Quickoffice dev
 | 
|        "bpmcpldpdmajfigpchkicefoigmkfalc",  // Quickoffice component extension
 | 
| -      "ehibbfinohgbchlgdbfpikodjaojhccn"   // Editor
 | 
| +      "ehibbfinohgbchlgdbfpikodjaojhccn",  // Editor
 | 
| +      "pmofbkohncoogjjhahejjfbppikbjigm",  // Google Now
 | 
| +      "iejldcgjigodajhjecapkeiggcncflph"   // Google Now dev
 | 
|      ]
 | 
|    },
 | 
|    "nativeMessaging": [
 | 
| 
 |