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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.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/ui/intents/web_intent_picker_controller.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc
index e5b7b4ec758282f9d95d1554420dd3878383a070..223bffc0e8767b515d88132f7e2192a5d39573b8 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
@@ -311,7 +311,7 @@ void WebIntentPickerController::OnServiceChosen(const GURL& url,
tab_contents_->profile(),
tab_util::GetSiteInstanceForNewTab(
tab_contents_->profile(), url),
- MSG_ROUTING_NONE, NULL, NULL);
+ MSG_ROUTING_NONE, NULL);
// Let the controller for the target TabContents know that it is hosting a
// web intents service.

Powered by Google App Engine
This is Rietveld 408576698