| Index: chrome/browser/resources/google_now/background.js
|
| diff --git a/chrome/browser/resources/google_now/background.js b/chrome/browser/resources/google_now/background.js
|
| index e7a94a5f315935654bcdcf579cb37eac3fac053e..818e3213ca0ae69430774e086d54a0045bc8e98d 100644
|
| --- a/chrome/browser/resources/google_now/background.js
|
| +++ b/chrome/browser/resources/google_now/background.js
|
| @@ -129,6 +129,10 @@ tasks.instrumentApiFunction(
|
| tasks.instrumentApiFunction(chrome.notifications.onClicked, 'addListener', 0);
|
| tasks.instrumentApiFunction(chrome.notifications.onClosed, 'addListener', 0);
|
| tasks.instrumentApiFunction(
|
| + googleGeolocationAccessEnabledPref,
|
| + 'get',
|
| + 1);
|
| +tasks.instrumentApiFunction(
|
| googleGeolocationAccessEnabledPref.onChange,
|
| 'addListener',
|
| 0);
|
|
|