| Index: chrome/browser/resources/options/browser_options.js
|
| diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
|
| index ee54e405017aa1c22eff1c4e5885a79884473447..b0109d87935526c520ac2cfad576f1755cba944f 100644
|
| --- a/chrome/browser/resources/options/browser_options.js
|
| +++ b/chrome/browser/resources/options/browser_options.js
|
| @@ -1337,8 +1337,7 @@ cr.define('options', function() {
|
| return profile;
|
| }
|
|
|
| - assert(false,
|
| - 'There should always be a current profile, but none found.');
|
| + notReached('There should always be a current profile, but none found.');
|
| },
|
|
|
| /**
|
|
|