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

Unified Diff: ash/link_handler_model.cc

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment Created 4 years, 8 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 | « ash/link_handler_model.h ('k') | ash/link_handler_model_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/link_handler_model.cc
diff --git a/chromecast/base/cast_constants.cc b/ash/link_handler_model.cc
similarity index 52%
copy from chromecast/base/cast_constants.cc
copy to ash/link_handler_model.cc
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..759ee2d0ec8af3a549602e75a6c79b4fc8528ca3 100644
--- a/chromecast/base/cast_constants.cc
+++ b/ash/link_handler_model.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/base/cast_constants.h"
+#include "ash/link_handler_model.h"
-namespace chromecast {
+namespace ash {
-const char kChromeResourceScheme[] = "chrome-resource";
+LinkHandlerModel::Observer::~Observer() {}
+LinkHandlerModel::~LinkHandlerModel() {}
-} // namespace chromecast
+} // namespace ash
« no previous file with comments | « ash/link_handler_model.h ('k') | ash/link_handler_model_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698