Chromium Code Reviews| Index: chrome/browser/ui/startup/startup_browser_creator_impl.h |
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
| index 8103e208e2145bb205fba476f4540029cfd4c912..361e9275e1769a89694c10a63595e6034ba63faa 100644 |
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.h |
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
| @@ -78,6 +78,7 @@ class StartupBrowserCreatorImpl { |
| private: |
| FRIEND_TEST_ALL_PREFIXES(BrowserTest, RestorePinnedTabs); |
| FRIEND_TEST_ALL_PREFIXES(BrowserTest, AppIdSwitch); |
| + friend class PermissionBubbleCocoaAppTest; |
|
groby-ooo-7-16
2015/04/02 22:21:13
Ugh. Discuss this with the owner of c/b/ui/startup
hcarmona
2015/04/04 01:04:23
Removed dependency and only using public interface
|
| // If the process was launched with the web application command line flags, |
| // e.g. --app=http://www.google.com/ or --app_id=... return true. |