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

Unified Diff: chrome/browser/profiles/profile.cc

Issue 7601013: Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes and more\! Created 9 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/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index 8144b32e3bade9fb0a41e19499c6c7eb554a6d94..6c3265cdacb3185ff6243d14046dfc5305d71d8b 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -476,6 +476,10 @@ class OffTheRecordProfileImpl : public Profile,
return NULL;
}
+ virtual WebIntentsRegistry* GetWebIntentsRegistry() {
+ return NULL;
+ }
+
virtual fileapi::FileSystemContext* GetFileSystemContext() {
CreateQuotaManagerAndClients();
return file_system_context_.get();

Powered by Google App Engine
This is Rietveld 408576698