Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_message_bubble.h
index bdce711..71d6e30 100644 (file)
@@ -1,34 +1,34 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.\r
-// Use of this source code is governed by a BSD-style license that can be\r
-// found in the LICENSE file.\r
-\r
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_\r
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_\r
-\r
-#include "base/bind.h"\r
-\r
-class Browser;\r
-\r
-namespace extensions {\r
-\r
-// The interface between the SuspiciousExtensionBubble bubble and its\r
-// controller.\r
-class ExtensionMessageBubble {\r
- public:\r
-  // Setup the callback for when the action button is clicked in the\r
-  // bubble.\r
-  virtual void OnActionButtonClicked(const base::Closure& callback) = 0;\r
-\r
-  // Setup the callback for when the dismiss button is clicked.\r
-  virtual void OnDismissButtonClicked(const base::Closure& callback) = 0;\r
-\r
-  // Setup the callback for when the link is clicked in the bubble.\r
-  virtual void OnLinkClicked(const base::Closure& callback) = 0;\r
-\r
-  // Instruct the bubble to appear.\r
-  virtual void Show() = 0;\r
-};\r
-\r
-}  // namespace extensions\r
-\r
-#endif  // CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_\r
+// Copyright (c) 2013 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.
+
+#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_
+#define CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_
+
+#include "base/bind.h"
+
+class Browser;
+
+namespace extensions {
+
+// The interface between the SuspiciousExtensionBubble bubble and its
+// controller.
+class ExtensionMessageBubble {
+ public:
+  // Setup the callback for when the action button is clicked in the
+  // bubble.
+  virtual void OnActionButtonClicked(const base::Closure& callback) = 0;
+
+  // Setup the callback for when the dismiss button is clicked.
+  virtual void OnDismissButtonClicked(const base::Closure& callback) = 0;
+
+  // Setup the callback for when the link is clicked in the bubble.
+  virtual void OnLinkClicked(const base::Closure& callback) = 0;
+
+  // Instruct the bubble to appear.
+  virtual void Show() = 0;
+};
+
+}  // namespace extensions
+
+#endif  // CHROME_BROWSER_EXTENSIONS_EXTENSION_MESSAGE_BUBBLE_H_