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

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

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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/intents/intent_service_host.h
diff --git a/chrome/browser/intents/intent_service_host.h b/chrome/browser/intents/intent_service_host.h
deleted file mode 100644
index 8c42be9ef0d130c674b532dc543d8d2535833191..0000000000000000000000000000000000000000
--- a/chrome/browser/intents/intent_service_host.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_INTENTS_INTENT_SERVICE_HOST_H_
-#define CHROME_BROWSER_INTENTS_INTENT_SERVICE_HOST_H_
-
-class GURL;
-
-namespace content {
-class WebIntentsDispatcher;
-}
-
-namespace web_intents {
-
-// Interface allowing services to be implemented in various host environments.
-class IntentServiceHost {
- public:
- virtual ~IntentServiceHost() {}
-
- // Handle all necessary service-side processing of an intent. A service
- // can reply to the intent via |dispatcher|.
- virtual void HandleIntent(content::WebIntentsDispatcher* dispatcher) = 0;
-};
-
-} // namespace web_intents
-
-#endif // CHROME_BROWSER_INTENTS_INTENT_SERVICE_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698