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

Unified Diff: chrome/browser/favicon/favicon_tab_helper_observer.cc

Issue 684983003: Add Observer in FaviconTabHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/favicon/favicon_tab_helper_observer.cc
diff --git a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js b/chrome/browser/favicon/favicon_tab_helper_observer.cc
similarity index 58%
copy from chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
copy to chrome/browser/favicon/favicon_tab_helper_observer.cc
index 2a344be5ca53dc39b0cd7a89c66d67ce05122c7c..56b6d4a55c59a3f383387fb9a72b50a272985fbf 100644
--- a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
+++ b/chrome/browser/favicon/favicon_tab_helper_observer.cc
@@ -2,4 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var pass_exported = {};
+#include "chrome/browser/favicon/favicon_tab_helper_observer.h"
+
+FaviconTabHelperObserver::~FaviconTabHelperObserver() {
+}

Powered by Google App Engine
This is Rietveld 408576698