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

Unified Diff: chrome/browser/extensions/api/management/management_api.h

Issue 10750010: Add an installType property to the management API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added location param to InstallExtension, rewrote test Created 8 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: chrome/browser/extensions/api/management/management_api.h
diff --git a/chrome/browser/extensions/extension_management_api.h b/chrome/browser/extensions/api/management/management_api.h
similarity index 95%
rename from chrome/browser/extensions/extension_management_api.h
rename to chrome/browser/extensions/api/management/management_api.h
index a8c0927f9c7b0861b9e95506ee4b80c48c74df70..16543e7ad9daf0e8234d9828a07b1c30571fd38e 100644
--- a/chrome/browser/extensions/extension_management_api.h
+++ b/chrome/browser/extensions/api/management/management_api.h
@@ -2,8 +2,8 @@
// 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_MANAGEMENT_API_H__
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_MANAGEMENT_API_H__
+#ifndef CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_
+#define CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_
#include "base/compiler_specific.h"
#include "chrome/browser/extensions/extension_function.h"
@@ -159,4 +159,4 @@ class ExtensionManagementEventRouter : public content::NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(ExtensionManagementEventRouter);
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_MANAGEMENT_API_H__
+#endif // CHROME_BROWSER_EXTENSIONS_API_MANAGEMENT_MANAGEMENT_API_H_

Powered by Google App Engine
This is Rietveld 408576698