| Index: chrome/browser/task_manager/task_manager_browsertest_util.h
|
| diff --git a/chrome/browser/task_manager/task_manager_browsertest_util.h b/chrome/browser/task_manager/task_manager_browsertest_util.h
|
| index 94a94e28833331cf00c67828e97d2d7773d8169d..334fa268596dc801bc2cc7b5c8de67f8a4a97e12 100644
|
| --- a/chrome/browser/task_manager/task_manager_browsertest_util.h
|
| +++ b/chrome/browser/task_manager/task_manager_browsertest_util.h
|
| @@ -58,6 +58,9 @@ base::string16 MatchPrint(const char* title); // "Print: " + title
|
| base::string16 MatchAnyPrint(); // "Print: *"
|
| base::string16 MatchSubframe(const char* title); // "Subframe: " + title
|
| base::string16 MatchAnySubframe(); // "Subframe: *"
|
| +// "Utility: " + title
|
| +base::string16 MatchUtility(const base::string16& title);
|
| +base::string16 MatchAnyUtility(); // "Utility: *"
|
|
|
| } // namespace browsertest_util
|
| } // namespace task_manager
|
|
|