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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceNavigation.h

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
index 2357027b436459557166c685e8692aec84d4924e..01a8611d55f2a957dbb94a6f592750761d33e638 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
@@ -50,10 +50,10 @@ public:
}
enum PerformanceNavigationType {
- TYPE_NAVIGATE,
- TYPE_RELOAD,
- TYPE_BACK_FORWARD,
- TYPE_RESERVED = 255
+ kTypeNavigate,
+ kTypeReload,
+ kTypeBackForward,
+ kTypeReserved = 255
};
unsigned short type() const;

Powered by Google App Engine
This is Rietveld 408576698