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

Unified Diff: components/bubble/bubble_builder.cc

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill views_bubble_controller Created 5 years, 5 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: components/bubble/bubble_builder.cc
diff --git a/chrome/test/data/extensions/api_test/service_worker/register/sw.js b/components/bubble/bubble_builder.cc
similarity index 78%
copy from chrome/test/data/extensions/api_test/service_worker/register/sw.js
copy to components/bubble/bubble_builder.cc
index 78cf16c57f711facbf0d5e33977fb4d1fcb31fbf..3803d92eae9e22db9cde892f04ef0e6d8a610668 100644
--- a/chrome/test/data/extensions/api_test/service_worker/register/sw.js
+++ b/components/bubble/bubble_builder.cc
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-console.log("Hello from the service worker");
+#include "components/bubble/bubble_builder.h"

Powered by Google App Engine
This is Rietveld 408576698