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

Unified Diff: chrome/browser/intents/web_intents_util_stub.cc

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/intents/web_intents_util.cc ('k') | chrome/browser/intents/web_intents_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/web_intents_util_stub.cc
diff --git a/chrome/browser/intents/web_intents_util_stub.cc b/chrome/browser/intents/web_intents_util_stub.cc
deleted file mode 100644
index f51fb3acc293bc26db832303557054f9c2370dea..0000000000000000000000000000000000000000
--- a/chrome/browser/intents/web_intents_util_stub.cc
+++ /dev/null
@@ -1,26 +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.
-
-// Stub implementation of web_intents_util.h to be included in builds
-// where ENABLE_WEB_INTENTS is not defined.
-
-#include "chrome/browser/intents/web_intents_util.h"
-
-namespace web_intents {
-
-const char kActionView[] = "http://webintents.org/view";
-
-bool IsWebIntentsEnabled(PrefService* prefs) {
- return false;
-}
-
-bool IsWebIntentsEnabledForProfile(Profile* profile) {
- return false;
-}
-
-Browser* GetBrowserForBackgroundWebIntentDelivery(Profile* profile) {
- return NULL;
-}
-
-} // namespace web_intents
« no previous file with comments | « chrome/browser/intents/web_intents_util.cc ('k') | chrome/browser/intents/web_intents_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698