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

Unified Diff: chrome/common/extensions/api/extension_action/action_info.cc

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/common/extensions/api/extension_action/action_info.cc
diff --git a/chrome/common/extensions/draggable_region.cc b/chrome/common/extensions/api/extension_action/action_info.cc
similarity index 63%
copy from chrome/common/extensions/draggable_region.cc
copy to chrome/common/extensions/api/extension_action/action_info.cc
index 0556e72bbe4090bd77b3fb1a65ddc9a6d4c72625..b1c3d7af7b5a0d8d12d36672f70e99bf0ba4fa9c 100644
--- a/chrome/common/extensions/draggable_region.cc
+++ b/chrome/common/extensions/api/extension_action/action_info.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/draggable_region.h"
+#include "chrome/common/extensions/api/extension_action/action_info.h"
namespace extensions {
-DraggableRegion::DraggableRegion()
- : draggable(false) {
-}
+ActionInfo::ActionInfo() {}
+ActionInfo::~ActionInfo() {}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698