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

Unified Diff: chrome/browser/ui/views/ash/extension_utils.h

Issue 10832195: extension_utils: Remove old files and update DEPS whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | chrome/browser/ui/views/ash/extension_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/extension_utils.h
diff --git a/chrome/browser/ui/views/ash/extension_utils.h b/chrome/browser/ui/views/ash/extension_utils.h
deleted file mode 100644
index 1ead65252dda20fa4f6a2122119fb44574191ddf..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/ash/extension_utils.h
+++ /dev/null
@@ -1,24 +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_VIEWS_ASH_EXTENSION_UTILS_H_
-#define CHROME_BROWSER_UI_VIEWS_ASH_EXTENSION_UTILS_H_
-
-class Profile;
-
-namespace extensions {
-class Extension;
-}
-
-namespace extension_utils {
-
-// Opens an extension. |event_flags| holds the flags of the event
-// which triggered this extension.
-void OpenExtension(Profile* profile,
- const extensions::Extension* extension,
- int event_flags);
-
-} // namespace extension_utils
-
-#endif // CHROME_BROWSER_UI_VIEWS_ASH_EXTENSION_UTILS_H_
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | chrome/browser/ui/views/ash/extension_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698