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

Unified Diff: chrome/browser/resources/google_now/utility.js

Issue 27223006: Requesting cards on push messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More rgustafson's comments Created 7 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: chrome/browser/resources/google_now/utility.js
diff --git a/chrome/browser/resources/google_now/utility.js b/chrome/browser/resources/google_now/utility.js
index a8e96d7d69d87cf6761d0c9b74f08da8a5c41385..ed548eb492e41de10bad37fa79ac9e7405db23c0 100644
--- a/chrome/browser/resources/google_now/utility.js
+++ b/chrome/browser/resources/google_now/utility.js
@@ -89,8 +89,8 @@ function sendErrorReport(error) {
if (topFrame) {
// Examples of a frame:
// 1. '\n at someFunction (chrome-extension://
- // pmofbkohncoogjjhahejjfbppikbjigm/background.js:915:15)\n'
- // 2. '\n at chrome-extension://pmofbkohncoogjjhahejjfbppikbjigm/
+ // pafkbggdmjlpgkdkcbjmhmfcdpncadgh/background.js:915:15)\n'
+ // 2. '\n at chrome-extension://pafkbggdmjlpgkdkcbjmhmfcdpncadgh/
// utility.js:269:18\n'
// 3. '\n at Function.target.(anonymous function) (extensions::
// SafeBuiltins:19:14)\n'
@@ -107,7 +107,7 @@ function sendErrorReport(error) {
var topFrameElements = errorLocation.split(':');
// topFrameElements is an array that ends like:
- // [N-3] //pmofbkohncoogjjhahejjfbppikbjigm/utility.js
+ // [N-3] //pafkbggdmjlpgkdkcbjmhmfcdpncadgh/utility.js
// [N-2] 308
// [N-1] 19
if (topFrameElements.length >= 3) {
« no previous file with comments | « chrome/browser/resources/google_now/manifest.json ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698