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

Unified Diff: gin/v8_initializer.h

Issue 1157383004: Delete constant declarations from v8_initializer.h that have no definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@awassets
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8_initializer.h
diff --git a/gin/v8_initializer.h b/gin/v8_initializer.h
index 68068c4848b567a696ecaa1c028622df010fe990..0189f594f939322a7b5ec65d2f2612afa5660d4e 100644
--- a/gin/v8_initializer.h
+++ b/gin/v8_initializer.h
@@ -16,10 +16,6 @@ namespace gin {
class GIN_EXPORT V8Initializer {
public:
- static const int kV8SnapshotBasePathKey;
- static const char kNativesFileName[];
- static const char kSnapshotFileName[];
-
// This should be called by IsolateHolder::Initialize().
static void Initialize(gin::IsolateHolder::ScriptMode mode);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698