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

Unified Diff: chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reabase for fixing instant. Created 8 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/geolocation/chrome_geolocation_permission_context_unittest.cc
diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
index e6d773461331f86154b0cf16ef7ebc4700832750..848d6ba743dde9a3e3243aad707024f5067ce686 100644
--- a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
+++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
@@ -211,7 +211,7 @@ void GeolocationPermissionContextTests::CheckPermissionMessageSentInternal(
void GeolocationPermissionContextTests::AddNewTab(const GURL& url) {
WebContents* new_tab =
- WebContents::Create(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
+ WebContents::Create(profile(), NULL, MSG_ROUTING_NONE, NULL);
new_tab->GetController().LoadURL(
url, content::Referrer(), content::PAGE_TRANSITION_TYPED, std::string());
RenderViewHostTester::For(new_tab->GetRenderViewHost())->

Powered by Google App Engine
This is Rietveld 408576698