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

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android webview init fix merged in. Created 7 years, 4 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/ui/sync/one_click_signin_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
index d8ceb51f51202ce2e7a1a96eada54ae8db08f32d..d93ed1635f8299dad8e1a01d6abbc3a4f4ae8f62 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
+++ b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
@@ -97,10 +97,6 @@ class TestProfileIOData : public ProfileIOData {
content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE {
NOTREACHED();
}
- virtual void InitializeExtensionsRequestContext(
- ProfileParams* profile_params) const OVERRIDE {
- NOTREACHED();
- }
virtual ChromeURLRequestContext* InitializeAppRequestContext(
ChromeURLRequestContext* main_context,
const StoragePartitionDescriptor& details,
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_unittest.cc ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698