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

Unified Diff: chrome/browser/intents/intent_service_host.h

Issue 11071005: Add native file picker impl using SelectFileDialog. (Closed) Base URL: http://git.chromium.org/chromium/src.git@filePicker
Patch Set: Don't use "DeleteService" as a method name since Windows munges it at compile time. Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/intents/native_services.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/intent_service_host.h
diff --git a/chrome/browser/intents/intent_service_host.h b/chrome/browser/intents/intent_service_host.h
index 283e6bf02421b1e6daf6fa1f1f6b3e2d8dca5ce4..f992c3650ebfee84ca8b14751635ed81f85d1858 100644
--- a/chrome/browser/intents/intent_service_host.h
+++ b/chrome/browser/intents/intent_service_host.h
@@ -14,6 +14,7 @@ class WebIntentsDispatcher;
namespace web_intents {
// Interface allowing services to be implemented in various host environments.
+// Implementations should be owned by their creator.
class IntentServiceHost {
public:
virtual ~IntentServiceHost() {}
« no previous file with comments | « no previous file | chrome/browser/intents/native_services.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698