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

Unified Diff: chrome/browser/ui/global_error_bubble_view_base.h

Issue 10700027: browser: Move global error to subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: chrome/browser/ui/global_error_bubble_view_base.h
diff --git a/chrome/browser/ui/global_error_bubble_view_base.h b/chrome/browser/ui/global_error_bubble_view_base.h
deleted file mode 100644
index ce7cfbbdb577cb64f041fe54ddb633c938533f8b..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/global_error_bubble_view_base.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 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_UI_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
-#define CHROME_BROWSER_UI_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
-#pragma once
-
-#include "base/basictypes.h"
-#include "base/memory/weak_ptr.h"
-
-class Browser;
-class GlobalError;
-
-class GlobalErrorBubbleViewBase {
- public:
- static GlobalErrorBubbleViewBase* ShowBubbleView(
- Browser* browser,
- const base::WeakPtr<GlobalError>& error);
-
- virtual ~GlobalErrorBubbleViewBase() {}
-
- // Close the bubble view.
- virtual void CloseBubbleView() = 0;
-};
-
-#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
« no previous file with comments | « chrome/browser/ui/global_error/global_error_service_unittest.cc ('k') | chrome/browser/ui/global_error_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698