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

Unified Diff: chrome/browser/extensions/api/runtime/runtime_api.h

Issue 126163003: Rename setUninstallUrl to setUninstallURL throughout codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | « no previous file | chrome/browser/extensions/api/runtime/runtime_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/runtime/runtime_api.h
diff --git a/chrome/browser/extensions/api/runtime/runtime_api.h b/chrome/browser/extensions/api/runtime/runtime_api.h
index 0c7f2b829e662b00629410c2be877ad32a8cc58a..3839b31a722b03500dc5b2352dddcc1c24da7ecc 100644
--- a/chrome/browser/extensions/api/runtime/runtime_api.h
+++ b/chrome/browser/extensions/api/runtime/runtime_api.h
@@ -113,13 +113,13 @@ class RuntimeGetBackgroundPageFunction : public ChromeAsyncExtensionFunction {
void OnPageLoaded(ExtensionHost*);
};
-class RuntimeSetUninstallUrlFunction : public ChromeSyncExtensionFunction {
+class RuntimeSetUninstallURLFunction : public ChromeSyncExtensionFunction {
public:
- DECLARE_EXTENSION_FUNCTION("runtime.setUninstallUrl",
+ DECLARE_EXTENSION_FUNCTION("runtime.setUninstallURL",
RUNTIME_SETUNINSTALLURL)
protected:
- virtual ~RuntimeSetUninstallUrlFunction() {}
+ virtual ~RuntimeSetUninstallURLFunction() {}
virtual bool RunImpl() OVERRIDE;
};
« no previous file with comments | « no previous file | chrome/browser/extensions/api/runtime/runtime_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698